Last active
April 27, 2021 02:58
-
-
Save xinyii/014a79ee6a5dc6f55e749d32ac86bf32 to your computer and use it in GitHub Desktop.
[Maven install jar into local repo] #maven
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 org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file \ | |
-Dfile=<jar-file> \ | |
-DgroupId=<group> \ | |
-DartifactId=<artifact> \ | |
-Dversion=1.0 \ | |
-Dpackaging=jar \ | |
-DlocalRepositoryPath=${master_project}/local-maven-repo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment