Install a JAR into your local repository.

Had to do this for an android port of smack. Thought I'd write it down for the next time.

 

mvn install:install-file -Dfile=<path-to-file> -DgroupId=<group-id> \
-DartifactId=<artifact-id> -Dversion=<version> -Dpackaging=<packaging>