Graham Leggett wrote:
> 
> Kevin Tse wrote:
> 
>> Below there are the messages I got when trying to create a Maven project.
>> Please help, your reply will be greatly appreciated.
>> ------------------------------------------------------------------------------------------------------------------
>> D:\Workspace\MavenPrj>mvn archetype:create -DgroupId=org.kevin.mavendemo
>> -Dartif
>> act=app
> 
> [snip]
> 
>> [INFO] Parameter: artifactId, Value: null
> 
> [snip]
> 
>> Embedded error: Artifact ID must be specified when creating a new project
>> from a
>> n archetype.
> 
> Looks like maven doesn't see the artifact ID you specified. Looking at 
> your command line, I suspect the command line option is supposed to be 
> "-DartifactId=app", double check the docs for the archetype plugin to be 
> sure.
> 
> Regards,
> Graham
> --
> 

Thank you so much, Graham, the problem solved, it is the command line option
that I typed incorrectly...Thanks.
-- 
View this message in context: 
http://www.nabble.com/New-to-Maven%2C-and-got-frustrated-the-first-time-to-use-it...HELP...-tf4948806s177.html#a14170495
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to