Saturday, July 19, 2014

Maven note

mvn -?
mvn -X to check the details for example which settings.xml is used
               the default user setting in Eclipse maybe wrong, check C:\Users\pengp2\.m2\settings.xml
mvn package -pl %groupId%:%artifactId% to package only one sub project
mvn archetype:generate -DinteractiveMode=true

No comments:

Post a Comment