[java-metadata-aggregator] branch master updated: MDA-158 - split key blacklists into separate artifact

Ian Young ian at iay.org.uk
Thu Jun 8 12:19:25 EDT 2017


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

iay pushed a commit to branch master
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=adc9ffdc5338e6641ffadcac6ee33498d1c112ac

The following commit(s) were added to refs/heads/master by this push:
       new  adc9ffd   MDA-158 - split key blacklists into separate artifact
adc9ffd is described below

commit adc9ffdc5338e6641ffadcac6ee33498d1c112ac
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jun 8 17:18:13 2017 +0100

    MDA-158 - split key blacklists into separate artifact
    
    Fix location of the module site within the deploy location.
---
 aggregator-blacklists/pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/aggregator-blacklists/pom.xml b/aggregator-blacklists/pom.xml
index cece431..9afb370 100644
--- a/aggregator-blacklists/pom.xml
+++ b/aggregator-blacklists/pom.xml
@@ -26,5 +26,12 @@
 
         <!-- Managed Dependencies -->
     </dependencies>
-    
+
+    <distributionManagement>
+        <site>
+            <id>site</id>
+            <url>dav:${aggregator-module.site.url}</url>
+        </site>
+    </distributionManagement>
+
 </project>
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list