[java-identity-provider] branch maint-3.3 updated: Fix Maven site URLs
Tom Zeller
tzeller at dragonacea.biz
Tue May 15 21:03:33 EDT 2018
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch maint-3.3
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=5594cddbf5726507040a9b505f43729c031b4572
The following commit(s) were added to refs/heads/maint-3.3 by this push:
new 5594cdd Fix Maven site URLs
5594cdd is described below
commit 5594cddbf5726507040a9b505f43729c031b4572
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue May 15 20:02:16 2018 -0500
Fix Maven site URLs
Otherwise, the site for the module will be created in a directory
one-level higher than it should be.
---
idp-admin-api/pom.xml | 9 ++++++++-
idp-admin-impl/pom.xml | 9 ++++++++-
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/idp-admin-api/pom.xml b/idp-admin-api/pom.xml
index 40b91b8..a793226 100644
--- a/idp-admin-api/pom.xml
+++ b/idp-admin-api/pom.xml
@@ -42,5 +42,12 @@
<!-- Managed Dependencies -->
</dependencies>
-
+
+ <distributionManagement>
+ <site>
+ <id>site</id>
+ <url>dav:${idp-module.site.url}</url>
+ </site>
+ </distributionManagement>
+
</project>
diff --git a/idp-admin-impl/pom.xml b/idp-admin-impl/pom.xml
index b109ab1..1108977 100644
--- a/idp-admin-impl/pom.xml
+++ b/idp-admin-impl/pom.xml
@@ -62,5 +62,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