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
--

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to