You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/07/29 11:53:32 UTC

svn commit: r560704 - in /myfaces/tobago/trunk: build-site.sh pom.xml

Author: bommel
Date: Sun Jul 29 02:53:31 2007
New Revision: 560704

URL: http://svn.apache.org/viewvc?view=rev&rev=560704
Log:
added clirr to site

Modified:
    myfaces/tobago/trunk/build-site.sh
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/build-site.sh
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/build-site.sh?view=diff&rev=560704&r1=560703&r2=560704
==============================================================================
--- myfaces/tobago/trunk/build-site.sh (original)
+++ myfaces/tobago/trunk/build-site.sh Sun Jul 29 02:53:31 2007
@@ -49,5 +49,5 @@
 
 
 echo "Building tobago site."
-mvn -Pall-modules clean javancss:report jxr:jxr jxr:test-jxr -Daggregate=false --batch-mode
+mvn -Pall-modules clean javancss:report jxr:jxr jxr:test-jxr clirr:clirr -Daggregate=false --batch-mode
 mvn -Pall-modules install site-deploy -Daggregate=true --batch-mode

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?view=diff&rev=560704&r1=560703&r2=560704
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Sun Jul 29 02:53:31 2007
@@ -221,7 +221,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.3</version>
         <configuration>
           <aggregate>true</aggregate>
           <linksource>true</linksource>
@@ -298,13 +298,13 @@
       </plugin>
 -->
 
-      <!--<plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
         <configuration>
           <minSeverity>info</minSeverity>
         </configuration>
-      </plugin>-->
+      </plugin>
 
       <!-- pmd has problems with annotations -->
       <plugin>
@@ -611,14 +611,14 @@
           </configuration>
         </plugin>
 
-        <!--<plugin>
+        <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>clirr-maven-plugin</artifactId>
           <configuration>
             <failOnError>false</failOnError>
             <minSeverity>info</minSeverity>
           </configuration>
-        </plugin>-->
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>
@@ -788,7 +788,7 @@
     <myfaces12.version>1.2.0</myfaces12.version>
     <sunjsf.version>1.1_02</sunjsf.version>
     <sunjsf12.version>1.2_04-p02</sunjsf12.version>    
-    <jetty.version>6.1.4</jetty.version>
+    <jetty.version>6.1.5</jetty.version>
     <common-io.version>1.1</common-io.version>
     <common-lang.version>2.1</common-lang.version>
     <commons-logging.version>1.1</commons-logging.version>