#!/bin/bash mvn org.apache.maven.plugins:maven-install-plugin:2.3.1:install-file \ -Dfile=$2.jar -DgroupId=$1 \ -DartifactId=$2 -Dversion=1.0-LOCAL \ -Dpackaging=jar -DlocalRepositoryPath=mvn-repo