mvn deploy:deploy-file -DgroupId=sxd.jar -DartifactId=jacob -Dversion=1.18 -Dpackaging=jar -Dfile=G:\jar\jacob-1.18.jar -Durl=http://localhost:8081/repository/myself_hosted/ -DrepositoryId=myself_hosted
settings.xml
<servers>
<server>
<id>myself_hosted</id>
<username>x</username>
<password>x</password>
</server>
</servers>