Skip to content

Instantly share code, notes, and snippets.

@Kealina-A
Last active July 4, 2019 01:52
Show Gist options
  • Save Kealina-A/19e5b0e0c8114a53e80593a1a7291aeb to your computer and use it in GitHub Desktop.
Save Kealina-A/19e5b0e0c8114a53e80593a1a7291aeb to your computer and use it in GitHub Desktop.
Record the use of maven commands

jar package to local maven repository

mvn install:install-file -Dfile=jar path -DgroupId=com.test.xx -DartifactId=xxoo -Dversion=1.0 -Dpackaging=jar

package ignore test

 mvn package -Dmaven.test.skip=true  -X 
@Kealina-A
Copy link
Author

docs:maven commands

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