Install Maven artifacts to local repository
To install maven artifact to local repository without affecting public repository you will do the following thing:
mvn install:install-file -DgroupId=com.company -DartifactId=application -Dversion=0.0.1 -Dfile=application-0.0.1.jar -Dpackaging=jar -DgeneratePom=true
Source: http://maven.apache.org/plugins/maven-install-plugin/usage.html