<settings>
<mirrors>
<mirror>
<!--This sends everything else to /public -->
<id>nexus</id>
<mirrorof>*</mirrorof>
<url>http://myhost.com:8080/nexus/content/groups/public</url>
</mirror>
</mirrors>
<profiles>
<profile>
<id>rakuten</id>
<repositories>
<repository>
<id>myprofile</id>
<name>My Internal Repository</name>
<releases>
<enabled>true</enabled>
<updatepolicy>never</updatepolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatepolicy>always</updatepolicy>
</snapshots>
<url>http://myhost.com:8080/nexus/content/groups/public</url>
<layout>default</layout>
</repository>
</repositories>
</profile>
</profiles>
<activeprofiles>
<activeprofile>myprofile</activeprofile>
</activeprofiles>
</settings>
Setting up Own Maven Repository
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment