Created
January 22, 2018 17:30
-
-
Save xola139/18bdbb4779922e461acad58a0f504ea2 to your computer and use it in GitHub Desktop.
Comand install .jar in M2
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.jar -DgroupId=com.ccm -DartifactId=name.jar -Dversion=1.0 -Dpackaging=jar | |
| where | |
| name.jar = only name .jar | |
| path.jar = is rute where is file .jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment