出于项目的实际需要,需要将maven项目生成的war包 部署到nexus远程仓库中去,但是在maven clean install过程中生成的各种jar包,不需要部署到远程仓库。
这里用到一个特殊的maven goal deploy:deploy-file
关于此maven goal的详细说明,可以参见http://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-mojo.html
如何通过此goal部署到远程仓库,参见 https://support.sonatype.com/hc/en-us/articles/115006744008