Last active
December 21, 2015 12:48
-
-
Save justnom/6307882 to your computer and use it in GitHub Desktop.
Import .jar file into local maven repository.
This file contains 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 -Dfile=awesome-thing-1.0.jar -DgroupId=com.mycompany -DartifactId=awesome-thing -Dversion=1.0 -Dpackaging=jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment