leonelhl

Include custom library into maven local repository

Jun 29th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. mvn install:install-file -Dfile=c:\kaptcha-{version}.jar -DgroupId=com.google.code
  2. -DartifactId=kaptcha -Dversion={version} -Dpackaging=jar
Add Comment
Please, Sign In to add comment