[java-parent-project-v3] 05/05: INFRA-110 - Add Nexus site to distribution management.
Tom Zeller
tzeller at dragonacea.biz
Mon May 9 12:58:57 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-parent-project-v3.
commit c48c553a720e0fd4104ad3c7790c9370f7621dae
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed May 4 19:46:48 2016 -0500
INFRA-110 - Add Nexus site to distribution management.
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 5e71acf..4b36941 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,6 +39,7 @@
<checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
<maven.central.url>http://repo1.maven.org/maven2</maven.central.url>
+ <shibboleth.site.url>https://build.shibboleth.net/nexus/content/sites/site/</shibboleth.site.url>
</properties>
<!-- The Maven version prerequisite applies to the maven-versions-plugin:display-plugin-updates goal only. -->
@@ -446,6 +447,10 @@
<id>snapshot</id>
<url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
</snapshotRepository>
+ <site>
+ <id>site</id>
+ <url>dav:${shibboleth.site.url}</url>
+ </site>
</distributionManagement>
<build>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list