Created
October 6, 2022 21:14
-
-
Save TarcisioFls/4bb3a27baaea087d5861c4eb5cfc2c51 to your computer and use it in GitHub Desktop.
Como adicionar uma dependência maven através de um arquivo .jar
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=<NOME_DO_ARQUIVO>.jar -DgroupId=<GROUP_ID_DO_PROJETO> -DartifactId=<ARTIFACT_ID_DO_PROJETO> -Dversion=<VERSION_DO_PROJETO> -Dpackaging=jar -DgeneratePom=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment