[java-metadata-aggregator] 02/02: Retrospectively add Maven site for v0.9.2

Ian Young ian at iay.org.uk
Thu Jun 8 09:14:09 EDT 2017


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to annotated tag 0.9.2-site
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=531ae8a3eb2d33ac4d289123f614a57abcaed3fc

commit 531ae8a3eb2d33ac4d289123f614a57abcaed3fc
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jun 8 14:12:33 2017 +0100

    Retrospectively add Maven site for v0.9.2
---
 aggregator-parent/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/aggregator-parent/pom.xml b/aggregator-parent/pom.xml
index 09b0b76..fbbbd2a 100644
--- a/aggregator-parent/pom.xml
+++ b/aggregator-parent/pom.xml
@@ -35,6 +35,7 @@
         <checkstyle.configLocation>${project.basedir}/../aggregator-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
         <aggregator-parent.site.url>${shibboleth.site.url}java-metadata-aggregator/${project.version}/</aggregator-parent.site.url>
         <aggregator-module.site.url>${aggregator-parent.site.url}${project.artifactId}</aggregator-module.site.url>
+        <shibboleth.site.url>https://build.shibboleth.net/nexus/content/sites/site/</shibboleth.site.url>
     </properties>
 
     <repositories>
@@ -120,6 +121,13 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.maven.wagon</groupId>
+                        <artifactId>wagon-webdav-jackrabbit</artifactId>
+                        <version>2.10</version>
+                    </dependency>
+                </dependencies>
                 <executions>
                     <execution>
                         <id>attach-descriptor</id>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list