Skip to content

Instantly share code, notes, and snippets.

@armoucar
Created November 24, 2011 13:23
Show Gist options
  • Save armoucar/1391337 to your computer and use it in GitHub Desktop.
Save armoucar/1391337 to your computer and use it in GitHub Desktop.
Maven archetypes
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Gists</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
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