[java-identity-provider] branch master updated: Fix Maven site URLs

Tom Zeller tzeller at dragonacea.biz
Tue May 15 21:06:23 EDT 2018


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

tzeller 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=dfc848dcb73df8ed9dac6e1276da125ec3a12c10

The following commit(s) were added to refs/heads/master by this push:
       new  dfc848d   Fix Maven site URLs
dfc848d is described below

commit dfc848dcb73df8ed9dac6e1276da125ec3a12c10
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 ea583e4..b47fc91 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 8576acd..36e5b1a 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