Guest User

Untitled

a guest
Jul 15th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ## jar package to local maven repository
  2. ```
  3. mvn install:install-file -Dfile=jar path -DgroupId=com.test.xx -DartifactId=xxoo -Dversion=1.0 -Dpackaging=jar
  4. ```
  5.  
  6. ## package ignore test
  7. ```
  8. mvn package -Dmaven.test.skip=true -X
  9. ```
Advertisement
Add Comment
Please, Sign In to add comment