Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active April 2, 2023 10:10
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 dacr/9efa3b3afd5f4b7ea2cda457126a9109 to your computer and use it in GitHub Desktop.
Save dacr/9efa3b3afd5f4b7ea2cda457126a9109 to your computer and use it in GitHub Desktop.
maven cheat sheet / published by https://github.com/dacr/code-examples-manager #39eae534-8738-4183-b94a-6ae0497293b1/1535b28cf02815a613965a5c763429e328c1a736

Maven cheat sheets

  • custom setup : mvn -s settings.xml
  • skip tests :mvn -DskipTests
  • generate artifact : mvn package
  • publish to local maven : mvn install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment