Updating POM.xml to provide path for nexus.

This commit is contained in:
Ravi Kalaga 2015-12-29 14:50:23 -08:00
parent a9f8bcd2f0
commit 594b730906

View file

@ -408,6 +408,13 @@
</plugin>
</plugins>
</reporting>
<distributionManagement>
<snapshotRepository>
<id>snapshots</id>
<url>http://localhost:8085/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<url>demopetclinic</url>
</project>