Skip to content

Instantly share code, notes, and snippets.

@TarcisioFls
Created October 6, 2022 21:14
Show Gist options
  • Select an option

  • Save TarcisioFls/4bb3a27baaea087d5861c4eb5cfc2c51 to your computer and use it in GitHub Desktop.

Select an option

Save TarcisioFls/4bb3a27baaea087d5861c4eb5cfc2c51 to your computer and use it in GitHub Desktop.
Como adicionar uma dependência maven através de um arquivo .jar
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