4 MINDS

4MINDS Gestão de Conhecimento

Create a maven artifact from existing jar




mvn install:install-file \
  -Dfile=grgit-core-4.0.1.jar \
  -DgroupId=org.ajoberstar.grgit \
  -DartifactId=grgit-core \
  -Dversion=4.0.1 \
  -Dpackaging=jar \
  -DgeneratePom=true