Last active
January 30, 2019 09:00
-
-
Save fundter/7d913ec821cc56d6f6799370e0c47855 to your computer and use it in GitHub Desktop.
Deploy jar file to local maven 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 deploy:deploy-file -DgroupId=com.sample -DartifactId=sample -Dversion=47.11 -Dpackaging=jar -Dfile=/path/to/sample.jar -DrepositoryId=repository-id -Durl=file:/path/to/repo/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment