mvn install:install-file -Dfile=hm_test.jar -DgroupId=com.TEST -DartifactId=hm_test -Dversion=1.0 -Dpackaging=jar
<dependency>
<groupId>com.TEST</groupId>
<artifactId>hm_test</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>