Created
April 17, 2012 02:24
-
-
Save duydo/2402998 to your computer and use it in GitHub Desktop.
install a jar file into maven local repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mvn install:install-file -DgroupId=com.example -DartifactId=example-app -Dversion=1.0 -Dpackaging=jar -Dfile=path/to/jar/file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment