[java-idp-plugin-scripting] branch master updated: JSCRIPTING-2 Add distributionManagement section to POM

Phil Smart philip.smart at jisc.ac.uk
Thu Jul 23 16:23:57 UTC 2020


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

philsmart pushed a commit to branch master
in repository java-idp-plugin-scripting.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=e6711bf31c56cc34c4773a6a3e76d7268dd8c4e4

The following commit(s) were added to refs/heads/master by this push:
       new  e6711bf   JSCRIPTING-2 Add distributionManagement section to POM
e6711bf is described below

commit e6711bf31c56cc34c4773a6a3e76d7268dd8c4e4
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Jul 23 17:23:19 2020 +0100

    JSCRIPTING-2 Add distributionManagement section to POM
    
    https://issues.shibboleth.net/jira/browse/JSCRIPTING-2
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0a6b672..598cbb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,6 +25,13 @@
         <idp.version>4.1.0-SNAPSHOT</idp.version>
         <checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
     </properties>
+    
+    <distributionManagement>
+        <site>
+            <id>site</id>
+            <url>dav:${shibboleth.site.url}scripting/${project.artifactId}/${project.version}/</url>
+        </site>
+    </distributionManagement>
 
     <repositories>
         <repository>

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


More information about the commits mailing list