igorferreira
4/30/2015 - 8:20 PM

install_plugin_maven.sh

# 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>