Advertisement
asanchez75

java/jar/maven

Aug 13th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. mvn install:install-file -Dfile=/Users/asanchez75/Documents/workspace/Evolution/lib/virtjdbc4_1.jar -DgroupId=virtjdbc -DartifactId=virtjdbc -Dversion=1.x -Dpackaging=jar
  2.  
  3. <dependency>
  4. <groupId>virtjdbc</groupId>
  5. <artifactId>virtjdbc</artifactId>
  6. <version>1.x</version>
  7. </dependency>
  8.  
  9. https://www.mkyong.com/maven/how-to-create-a-jar-file-with-maven/
  10.  
  11.  
  12. http://subdigit.com/blog/maven-workflow/
  13.  
  14. ================to generate sources====================
  15. mvn clean
  16. mvn package
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement