[java-identity-provider] branch maint-3.4 updated: Add distributionManagement boilerplate matching POMs.
Scott Cantor
cantor.2 at osu.edu
Tue Aug 4 16:01:24 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-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=e6e26d640fadd4be0c108cdb8dbc787bc21a61ee
The following commit(s) were added to refs/heads/maint-3.4 by this push:
new e6e26d640 Add distributionManagement boilerplate matching POMs.
e6e26d640 is described below
commit e6e26d640fadd4be0c108cdb8dbc787bc21a61ee
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 4 12:02:37 2020 -0400
Add distributionManagement boilerplate matching POMs.
---
idp-parent/module-pom.xml.tmpl | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/idp-parent/module-pom.xml.tmpl b/idp-parent/module-pom.xml.tmpl
index cea130c60..af12795c6 100644
--- a/idp-parent/module-pom.xml.tmpl
+++ b/idp-parent/module-pom.xml.tmpl
@@ -26,5 +26,12 @@
<!-- Managed Dependencies -->
</dependencies>
+
+ <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