-
-
Save carlosmedina-io/b46a74007c0daa5e9a770935a9ed5b46 to your computer and use it in GitHub Desktop.
Este comando instala una librería externa al repositorio local de maven (.m2 folder)
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
#Command | |
#mvn install:install-file -Dfile={path/to/jar} -DgroupId={groupID} -DartifactId={artifact name} -Dversion={artifact version} -Dpackaging={package type} | |
#Ejemplo | |
mvn install:install-file -Dfile=C:\tempfolder\jt400.jar -DgroupId=jt400 -DartifactId=jt400lib6 -Dversion=9 -Dpackaging=jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment