[java-opensaml COMMIT] in /trunk: opensaml-core/pom.xml opensaml-messaging-api/pom.xml opensaml-messaging-impl/pom.xm...

noreply at shibboleth.net noreply at shibboleth.net
Mon May 16 14:38:59 EDT 2016


Author: tzeller
Date: Mon May 16 14:38:59 2016
New Revision: 4454

URL: http://svn.shibboleth.net/view/java-opensaml?rev=4454&view=rev
Log:
INFRA-100 - Prepare OpenSAML 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/opensaml-core/pom.xml
    trunk/opensaml-messaging-api/pom.xml
    trunk/opensaml-messaging-impl/pom.xml
    trunk/opensaml-parent/pom.xml
    trunk/opensaml-parent/src/site/site.xml
    trunk/opensaml-profile-api/pom.xml
    trunk/opensaml-profile-impl/pom.xml
    trunk/opensaml-saml-api/pom.xml
    trunk/opensaml-saml-impl/pom.xml
    trunk/opensaml-security-api/pom.xml
    trunk/opensaml-security-impl/pom.xml
    trunk/opensaml-soap-api/pom.xml
    trunk/opensaml-soap-impl/pom.xml
    trunk/opensaml-storage-api/pom.xml
    trunk/opensaml-storage-impl/pom.xml
    trunk/opensaml-xacml-api/pom.xml
    trunk/opensaml-xacml-impl/pom.xml
    trunk/opensaml-xacml-saml-api/pom.xml
    trunk/opensaml-xacml-saml-impl/pom.xml
    trunk/opensaml-xmlsec-api/pom.xml
    trunk/opensaml-xmlsec-impl/pom.xml

Modified: trunk/opensaml-core/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-core/pom.xml?rev=4454&r1=4453&r2=4454&view=diff
==============================================================================
--- trunk/opensaml-core/pom.xml	(original)
+++ trunk/opensaml-core/pom.xml	Mon May 16 14:38:59 2016
@@ -12,6 +12,7 @@
     </parent>
 
     <name>OpenSAML :: Core</name>
+    <description>Core</description>
     <artifactId>opensaml-core</artifactId>
     <packaging>jar</packaging>
 
@@ -56,4 +57,11 @@
         </plugins>
     </build>
 
+    <distributionManagement>
+        <site>
+            <id>site</id>
+            <url>dav:${opensaml-module.site.url}</url>
+        </site>
+    </distributionManagement>
+
 </project>

Modified: trunk/opensaml-messaging-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-messaging-api/pom.xml?rev=4454&r1=4453&r2=4454&view=diff
==============================================================================
--- trunk/opensaml-messaging-api/pom.xml	(original)
+++ trunk/opensaml-messaging-api/pom.xml	Mon May 16 14:38:59 2016
@@ -12,6 +12,7 @@
     </parent>
 
     <name>OpenSAML :: Messaging API</name>
+    <description>Messaging API</description>
     <artifactId>opensaml-messaging-api</artifactId>
     <packaging>jar</packaging>
 
@@ -44,4 +45,11 @@
         
     </dependencies>
     
+    <distributionManagement>
+        <site>
+            <id>site</id>
+            <url>dav:${opensaml-module.site.url}</url>
+        </site>
+    </distributionManagement>
+
 </project>

Modified: trunk/opensaml-messaging-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-messaging-impl/pom.xml?rev=4454&r1=4453&r2=4454&view=diff
==============================================================================
--- trunk/opensaml-messaging-impl/pom.xml	(original)
+++ trunk/opensaml-messaging-impl/pom.xml	Mon May 16 14:38:59 2016
@@ -12,7 +12,8 @@
 	</parent>
 
 	<name>OpenSAML :: Messaging Implementations</name>
-	<artifactId>opensaml-messaging-impl</artifactId>
+    <description>Messaging Implementations</description>
+    <artifactId>opensaml-messaging-impl</artifactId>
 	<packaging>jar</packaging>
 
 	<dependencies>
@@ -64,4 +65,11 @@
 
 	</dependencies>
 
+    <distributionManagement>
+        <site>
+            <id>site</id>
+            <url>dav:${opensaml-module.site.url}</url>
+        </site>
+    </distributionManagement>
+
 </project>

Modified: trunk/opensaml-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-parent/pom.xml?rev=4454&r1=4453&r2=4454&view=diff
==============================================================================
--- trunk/opensaml-parent/pom.xml	(original)
+++ trunk/opensaml-parent/pom.xml	Mon May 16 14:38:59 2016
@@ -46,10 +46,12 @@
     </modules>
 
     <properties>
-        <svn.relative.location>java-opensaml</svn.relative.location>
+        <svn.relative.location>java-opensaml/trunk</svn.relative.location>
         <java-support.version>7.3.0-SNAPSHOT</java-support.version>
         <spring-extensions.version>5.3.0-SNAPSHOT</spring-extensions.version>
         <checkstyle.configLocation>${project.basedir}/../opensaml-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
+        <opensaml-parent.site.url>${shibboleth.site.url}java-opensaml/${project.version}/</opensaml-parent.site.url>
+        <opensaml-module.site.url>${opensaml-parent.site.url}${project.artifactId}</opensaml-module.site.url>
     </properties>
 
     <repositories>
@@ -133,5 +135,32 @@
 
         </dependencies>
     </dependencyManagement>
-    
+
+    <distributionManagement>
+        <site>
+            <id>site</id>

[... 459 lines stripped ...]


More information about the commits mailing list