Created
November 24, 2011 13:23
-
-
Save armoucar/1391337 to your computer and use it in GitHub Desktop.
Maven archetypes
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
<?xml version="1.0" encoding="UTF-8"?> | |
<projectDescription> | |
<name>Gists</name> | |
<comment></comment> | |
<projects> | |
</projects> | |
<buildSpec> | |
</buildSpec> | |
<natures> | |
</natures> | |
</projectDescription> |
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
Java quickstart: | |
mvn archetype:generate -DgroupId=br.com.bb.mov -DartifactId=mov-governadores-manipulacao-de-dados -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false | |
Java webapp: | |
mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-webapp -DarchetypeArtifactId=maven-archetype-webapp | |
mvn -Dwtpversion=2.0 compile eclipse:eclipse |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment