Skip to content

Instantly share code, notes, and snippets.

@igorferreira
Last active August 29, 2015 14:20
Show Gist options
  • Save igorferreira/433da9c170217239bd06 to your computer and use it in GitHub Desktop.
Save igorferreira/433da9c170217239bd06 to your computer and use it in GitHub Desktop.
# https://maven.apache.org/plugins/maven-install-plugin/examples/specific-local-repo.html
mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file
-Dfile=~/lib/groovy-wslite-1.1.0.jar \
-DgroupId=com.github.groovy-wslite \
-DartifactId=groovy-wslite \
-Dversion=1.1.0 \
-Dpackaging=jar \
-DlocalRepositoryPath=~/myproject/lib/repo
#<dependency>
# <groupId>com.github.groovy-wslite</groupId>
# <artifactId>groovy-wslite</artifactId>
# <version>1.1.0</version>
#</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment