[java-identity-provider] branch master updated: More POM Changes

Rod Widdowson rdw at steadingsoftware.com
Tue Aug 4 15:51:14 UTC 2020


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

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  c2544e57d More POM Changes
c2544e57d is described below

commit c2544e57d26a277980f94b6fd68b8662b5462d3d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Aug 4 16:49:27 2020 +0100

    More POM Changes
    
    Add <distributionManagement> to idp-conf-impl
    Add <distributionManagement> and <scm> to the POM template
---
 idp-conf-impl/pom.xml          |  7 +++++++
 idp-parent/module-pom.xml.tmpl | 15 ++++++++++++++-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/idp-conf-impl/pom.xml b/idp-conf-impl/pom.xml
index 40b10c55f..2beadaddc 100644
--- a/idp-conf-impl/pom.xml
+++ b/idp-conf-impl/pom.xml
@@ -75,4 +75,11 @@
         <url>${shibboleth.scm.url}java-identity-provider.git</url>
     </scm>
     
+    <distributionManagement>
+        <site>
+            <id>site</id>
+            <url>dav:${idp-module.site.url}</url>
+        </site>
+    </distributionManagement>
+
 </project>
diff --git a/idp-parent/module-pom.xml.tmpl b/idp-parent/module-pom.xml.tmpl
index 8b6e082a2..d6e93676e 100644
--- a/idp-parent/module-pom.xml.tmpl
+++ b/idp-parent/module-pom.xml.tmpl
@@ -30,5 +30,18 @@
 
         <!-- Managed Dependencies -->
     </dependencies>
-    
+
+    <scm>
+        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
+        <url>${shibboleth.scm.url}java-identity-provider.git</url>
+    </scm>
+
+    <distributionManagement>
+        <site>
+            <id>site</id>
+            <url>dav:${idp-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