-
-
Save jpukg/54fe7be56465abafbdbd46c496f23338 to your computer and use it in GitHub Desktop.
Install jar in maven local
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 -Dfile=<path-to-file> -DgroupId=<group-id> -DartifactId=<artifact-id> -Dversion=<version> -Dpackaging=<packaging> -DgeneratedPom=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment