local repository(~/.m2/repository)에 jar를 추가한다.
happy hackin'
mvn install:install-file -Dfile=<path-to-file> -DgroupId=<group-id> \
-DartifactId=<artifact-id> -Dversion=<version> -Dpackaging=<packaging>
ref: http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.htmlhappy hackin'