Skip to content

Instantly share code, notes, and snippets.

@ggdio
Last active December 23, 2015 07:19
Show Gist options
  • Save ggdio/6599672 to your computer and use it in GitHub Desktop.
Save ggdio/6599672 to your computer and use it in GitHub Desktop.
'mvn install' command - Generates a pom for non maven project
mvn install:install-file -Dfile=file.jar -DgroupId=br.com.ggdio -DartifactId=artifactId -Dversion=1.0.0 -Dpackaging=jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment