[java-opensaml] branch maint-3.4 updated: Add distributionManagement boilerplate matching POMs.

Scott Cantor cantor.2 at osu.edu
Tue Aug 4 16:02:02 UTC 2020


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

scantor pushed a commit to branch maint-3.4
in repository java-opensaml.

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

The following commit(s) were added to refs/heads/maint-3.4 by this push:
       new  2583430a9 Add distributionManagement boilerplate matching POMs.
2583430a9 is described below

commit 2583430a9b1175409071850d7e821c7dd2f11163
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 4 12:03:15 2020 -0400

    Add distributionManagement boilerplate matching POMs.
---
 opensaml-parent/module-pom.xml.tmpl | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/opensaml-parent/module-pom.xml.tmpl b/opensaml-parent/module-pom.xml.tmpl
index 26e47da4d..6ea26377e 100644
--- a/opensaml-parent/module-pom.xml.tmpl
+++ b/opensaml-parent/module-pom.xml.tmpl
@@ -26,5 +26,12 @@
 
         <!-- Managed Dependencies -->
     </dependencies>
+
+    <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