MAVEN
Posted jis117
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MAVEN相关的知识,希望对你有一定的参考价值。
<distributionManagement> <repository> <id>releases-repo</id> <name>Internal Releases</name> <url>http://${nexus.proxy.location}/nexus/content/repositories/releases/</url> </repository> <snapshotRepository> <id>snapshot-repo</id> <name>Development Snapshot</name> <url>http://${nexus.proxy.location}/nexus/content/repositories/snapshots/</url> </snapshotRepository> </distributionManagement>
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.2</version> <configuration> <skip>true</skip>
</configuration>
</plugin>
以上是关于MAVEN的主要内容,如果未能解决你的问题,请参考以下文章