Skip to content

Instantly share code, notes, and snippets.

@shalecraig
Created January 6, 2015 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shalecraig/ee83bfa9b1f769074502 to your computer and use it in GitHub Desktop.
Save shalecraig/ee83bfa9b1f769074502 to your computer and use it in GitHub Desktop.
I find these annoying to lookup.

Parent project:

mvn archetype:generate -DinteractiveMode=true -DarchetypeGroupId=org.codehaus.mojo.archetypes -DarchetypeArtifactId=pom-root -DarchetypeVersion=1.1

Child Project:

mvn archetype:generate -DinteractiveMode=true -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment