[java-support] 02/02: INFRA-110 - Add site distribution information.

Tom Zeller tzeller at dragonacea.biz
Mon May 9 17:00:40 EDT 2016


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

tzeller pushed a commit to branch master
in repository java-support.

commit 9f38638dee50af9ad330697b778bdac5a2ba61ce
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon May 9 15:12:45 2016 -0500

    INFRA-110 - Add site distribution information.
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index beb3985..3029b51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,4 +141,11 @@
         </dependency>
     </dependencies>
 
+    <distributionManagement>
+        <site>
+            <id>site</id>
+            <url>dav:${shibboleth.site.url}/${project.artifactId}/${project.version}/</url>
+        </site>
+    </distributionManagement>
+
 </project>

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


More information about the commits mailing list