-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
None
It should be great that the command "project-new" allows to create such maven project structure
folder name : snowcamp contenaining a pom.xml where - groupId : org.cdstore - artifactId : project - packaging : pom
which is equivalent to this maven command at the exception that maven uses the artifactId as project folder name.
mvn archetype:generate -DarchetypeGroupId=org.codehaus.mojo.archetypes \
-DarchetypeArtifactId=pom-root \
-DarchetypeVersion=RELEASE \
-DinteractiveMode=false \
-DgroupId=org.cdstore \
-DartifactId=project \
-Dversion=1.0.0-SNAPSHOT \