Skip to content

Instantly share code, notes, and snippets.

@jnwelzel
Last active January 4, 2016 10:29
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 jnwelzel/8608968 to your computer and use it in GitHub Desktop.
Save jnwelzel/8608968 to your computer and use it in GitHub Desktop.
Maven snippets

####Local archetype Execute this inside your archetype project $ mvn install archetype:update-local-catalog. After that, create a new project using the newly installed archetype by using $ mvn archetype:generate -DarchetypeCatalog=local, choose the archetype number corresponding to the one you just installed and follow the on screen instructions. Here's a good example of an archetype to get you started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment