[java-identity-provider COMMIT] in /trunk: idp-attribute-api/pom.xml idp-attribute-filter-api/pom.xml idp-attribute-f...

noreply at shibboleth.net noreply at shibboleth.net
Mon May 9 17:53:45 EDT 2016


Author: tzeller
Date: Mon May  9 17:53:45 2016
New Revision: 8233

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8233&view=rev
Log:
INFRA-110 - Prepare IdP site.

Add <description> to POMs.
Add site distribution information to POMs.
Add relative path to site descriptor in parent POM.
Fix svn.relative.location in parent POM.
Add "modules" menu to site descriptor.
Add "Parent" menu item to site descriptor since default "parent" menu would include parent-v3 which is not being deployed at the moment.

Modified:
    trunk/idp-attribute-api/pom.xml
    trunk/idp-attribute-filter-api/pom.xml
    trunk/idp-attribute-filter-impl/pom.xml
    trunk/idp-attribute-filter-spring/pom.xml
    trunk/idp-attribute-resolver-api/pom.xml
    trunk/idp-attribute-resolver-impl/pom.xml
    trunk/idp-attribute-resolver-spring/pom.xml
    trunk/idp-authn-api/pom.xml
    trunk/idp-authn-impl/pom.xml
    trunk/idp-cas-api/pom.xml
    trunk/idp-cas-impl/pom.xml
    trunk/idp-conf/pom.xml
    trunk/idp-consent-api/pom.xml
    trunk/idp-consent-impl/pom.xml
    trunk/idp-core/pom.xml
    trunk/idp-distribution/pom.xml
    trunk/idp-installer/pom.xml
    trunk/idp-parent/pom.xml
    trunk/idp-parent/src/site/site.xml
    trunk/idp-profile-api/pom.xml
    trunk/idp-profile-impl/pom.xml
    trunk/idp-profile-spring/pom.xml
    trunk/idp-saml-api/pom.xml
    trunk/idp-saml-impl/pom.xml
    trunk/idp-schema/pom.xml
    trunk/idp-session-api/pom.xml
    trunk/idp-session-impl/pom.xml
    trunk/idp-ui/pom.xml
    trunk/idp-war/pom.xml

Modified: trunk/idp-attribute-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-api/pom.xml?rev=8233&r1=8232&r2=8233&view=diff
==============================================================================
--- trunk/idp-attribute-api/pom.xml	(original)
+++ trunk/idp-attribute-api/pom.xml	Mon May  9 17:53:45 2016
@@ -12,6 +12,7 @@
     </parent>
 
     <name>Shibboleth IdP :: Attribute API</name>
+    <description>Attribute API</description>
     <artifactId>idp-attribute-api</artifactId>
     <packaging>jar</packaging>
 
@@ -53,5 +54,12 @@
         </dependency>
 
     </dependencies>
-    
+
+    <distributionManagement>
+        <site>
+            <id>site</id>
+            <url>dav:${idp-module.site.url}</url>
+        </site>
+    </distributionManagement>
+
 </project>

Modified: trunk/idp-attribute-filter-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-api/pom.xml?rev=8233&r1=8232&r2=8233&view=diff
==============================================================================
--- trunk/idp-attribute-filter-api/pom.xml	(original)
+++ trunk/idp-attribute-filter-api/pom.xml	Mon May  9 17:53:45 2016
@@ -12,6 +12,7 @@
     </parent>
 
     <name>Shibboleth IdP :: Attribute Filter API</name>
+    <description>Attribute Filter API</description>
     <artifactId>idp-attribute-filter-api</artifactId>
     <packaging>jar</packaging>
 
@@ -42,4 +43,11 @@
 
     </dependencies>
 
+    <distributionManagement>
+        <site>
+            <id>site</id>
+            <url>dav:${idp-module.site.url}</url>
+        </site>
+    </distributionManagement>
+
 </project>

Modified: trunk/idp-attribute-filter-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-impl/pom.xml?rev=8233&r1=8232&r2=8233&view=diff
==============================================================================
--- trunk/idp-attribute-filter-impl/pom.xml	(original)
+++ trunk/idp-attribute-filter-impl/pom.xml	Mon May  9 17:53:45 2016
@@ -12,6 +12,7 @@
     </parent>
 
     <name>Shibboleth IdP :: Attribute Filter Implementation</name>
+    <description>Attribute Filter Implementation</description>
     <artifactId>idp-attribute-filter-impl</artifactId>
     <packaging>jar</packaging>
 
@@ -103,5 +104,12 @@
         </dependency>
 
     </dependencies>
-    
+
+    <distributionManagement>
+        <site>
+            <id>site</id>
+            <url>dav:${idp-module.site.url}</url>
+        </site>
+    </distributionManagement>
+
 </project>

Modified: trunk/idp-attribute-filter-spring/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-spring/pom.xml?rev=8233&r1=8232&r2=8233&view=diff
==============================================================================
--- trunk/idp-attribute-filter-spring/pom.xml	(original)
+++ trunk/idp-attribute-filter-spring/pom.xml	Mon May  9 17:53:45 2016
@@ -12,6 +12,7 @@
     </parent>
 
     <name>Shibboleth IdP :: Attribute Filter Spring Integration</name>
+    <description>Attribute Filter Spring Integration</description>
     <artifactId>idp-attribute-filter-spring</artifactId>
     <packaging>jar</packaging>
 
@@ -125,4 +126,11 @@
         <!-- Managed Dependencies -->
     </dependencies>
 
+    <distributionManagement>
+        <site>
+            <id>site</id>
+            <url>dav:${idp-module.site.url}</url>
+        </site>
+    </distributionManagement>
+
 </project>

Modified: trunk/idp-attribute-resolver-api/pom.xml

[... 704 lines stripped ...]


More information about the commits mailing list