Skip to content

Instantly share code, notes, and snippets.

@oivoodoo
Created April 3, 2017 11:39
Show Gist options
  • Save oivoodoo/d7d1782f083e73a1519b70556f273e6c to your computer and use it in GitHub Desktop.
Save oivoodoo/d7d1782f083e73a1519b70556f273e6c to your computer and use it in GitHub Desktop.
mvn install:install-file -Dfile=libparam.jar \
-DgroupId=example.param -DartifactId=example.param\
-Dversion=0.0.0 -Dpackaging=jar
<dependency>
<groupId>example.param</groupId>
<artifactId>param</artifactId>
<version>0.0.0</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment