Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. mvn install:install-file -Dfile=<path-to-file> -DgroupId=<group-id>
  2. -DartifactId=<artifact-id> -Dversion=<version> -Dpackaging=<packaging>
  3.  
  4. mvn install:install-file -Dfile=synthetica.jar -DgroupId=com.synthetica
  5. -DartifactId=synthetica -Dversion=1.0 -Dpackaging=jar
  6.  
  7. <dependency>
  8. <groupId>com.synthetica</groupId>
  9. <artifactId>synthetica</artifactId>
  10. <version>1.0</version>
  11. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement