Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mvn install:install-file -Dfile=/Users/asanchez75/Documents/workspace/Evolution/lib/virtjdbc4_1.jar -DgroupId=virtjdbc -DartifactId=virtjdbc -Dversion=1.x -Dpackaging=jar
- <dependency>
- <groupId>virtjdbc</groupId>
- <artifactId>virtjdbc</artifactId>
- <version>1.x</version>
- </dependency>
- https://www.mkyong.com/maven/how-to-create-a-jar-file-with-maven/
- http://subdigit.com/blog/maven-workflow/
- ================to generate sources====================
- mvn clean
- mvn package
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement