maven部署至远程仓库

<distributionManagement>
	<repository>
	<id>project-a-releases</id>
	<url>
		http://localhost:8087/nexus/content/repositories/releases/
	</url>
	</repository>
	<snapshotRepository>
	<id>project-a-snapshots</id>
	<url>
		http://localhost:8087/nexus/content/repositories/snapshots/
	</url>
	</snapshotRepository>
</distributionManagement>

猜你喜欢

转载自kanpiaoxue.iteye.com/blog/2001662
今日推荐