You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ja...@apache.org on 2010/12/11 21:08:21 UTC

svn commit: r1044700 - in /myfaces/extensions/validator/branches/branch_for_jsf_1_1: component-support/pom.xml pom.xml validation-modules/pom.xml

Author: jakobk
Date: Sat Dec 11 20:08:21 2010
New Revision: 1044700

URL: http://svn.apache.org/viewvc?rev=1044700&view=rev
Log:
EXTVAL-122 Fix relative paths on site

Modified:
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/pom.xml

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/pom.xml?rev=1044700&r1=1044699&r2=1044700&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/pom.xml Sat Dec 11 20:08:21 2010
@@ -28,6 +28,9 @@
     <name>MyFaces Extensions-Validator Component-Support Modules</name>
     <version>1.1.5-SNAPSHOT</version>
 
+    <!-- important for site paths -->
+    <url>http://myfaces.apache.org/extensions/validator11/component-support-modules-project/</url>
+
     <parent>
         <groupId>org.apache.myfaces.extensions.validator</groupId>
         <artifactId>myfaces-extval-module</artifactId>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/pom.xml?rev=1044700&r1=1044699&r2=1044700&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/pom.xml Sat Dec 11 20:08:21 2010
@@ -31,7 +31,7 @@
     <version>1.1.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache MyFaces Extensions-Validator Module</name>
-    <url>http://myfaces.apache.org/extensions/validator11</url>
+    <url>http://myfaces.apache.org/extensions/validator11/</url>  <!-- must end with / for correct site paths -->
     
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1</connection>
@@ -93,6 +93,7 @@
 
         <pluginManagement>
             <plugins>
+
                 <plugin>
                     <artifactId>maven-jar-plugin</artifactId>
                     <version>2.2</version>
@@ -104,6 +105,13 @@
                         </archive>
                     </configuration>
                 </plugin>
+
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-site-plugin</artifactId>
+                    <version>2.2</version>
+                </plugin>
+
             </plugins>
         </pluginManagement>
 

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/pom.xml?rev=1044700&r1=1044699&r2=1044700&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/pom.xml Sat Dec 11 20:08:21 2010
@@ -28,6 +28,9 @@
     <name>MyFaces Extensions-Validator Validation-Modules</name>
     <version>1.1.5-SNAPSHOT</version>
 
+    <!-- important for site paths -->
+    <url>http://myfaces.apache.org/extensions/validator11/validation-modules-project/</url>
+
     <parent>
         <groupId>org.apache.myfaces.extensions.validator</groupId>
         <artifactId>myfaces-extval-module</artifactId>