Created
November 14, 2013 22:32
-
-
Save stantonk/7475498 to your computer and use it in GitHub Desktop.
Simple way to create a new maven project with the standard directory structure.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment