[java-opensaml] branch master updated: Add <scm> and <distribuitonManagement> to the pom template

Rod Widdowson rdw at steadingsoftware.com
Tue Aug 4 15:47:43 UTC 2020


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

rdw pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=ad5a885230d40d1c4a8e33cab1c882715f8fce88

The following commit(s) were added to refs/heads/master by this push:
       new  ad5a88523 Add <scm> and <distribuitonManagement> to the pom template
ad5a88523 is described below

commit ad5a885230d40d1c4a8e33cab1c882715f8fce88
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Aug 4 16:45:26 2020 +0100

    Add <scm> and <distribuitonManagement> to the pom template
---
 opensaml-parent/module-pom.xml.tmpl | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/opensaml-parent/module-pom.xml.tmpl b/opensaml-parent/module-pom.xml.tmpl
index bf7a6989b..82a3155f1 100644
--- a/opensaml-parent/module-pom.xml.tmpl
+++ b/opensaml-parent/module-pom.xml.tmpl
@@ -30,5 +30,18 @@
 
         <!-- Managed Dependencies -->
     </dependencies>
-    
+
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
+    <distributionManagement>
+        <site>
+            <id>site</id>
+            <url>dav:${opensaml-module.site.url}</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