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 14:28:10 UTC

svn commit: r560715 - /myfaces/tobago/trunk/pom.xml

Author: bommel
Date: Sun Jul 29 05:28:09 2007
New Revision: 560715

URL: http://svn.apache.org/viewvc?view=rev&rev=560715
Log:
revert javadoc plugin to 2.2 version 2.3 requires maven 2.0.6
disabled clirr for examples

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?view=diff&rev=560715&r1=560714&r2=560715
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Sun Jul 29 05:28:09 2007
@@ -221,7 +221,8 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.3</version>
+        <!-- 2.3 requires maven 2.0.6 -->
+        <version>2.2</version>
         <configuration>
           <aggregate>true</aggregate>
           <linksource>true</linksource>
@@ -303,6 +304,9 @@
         <artifactId>clirr-maven-plugin</artifactId>
         <configuration>
           <minSeverity>info</minSeverity>
+          <excludes>
+            <exclude>org/apache/myfaces/tobago/example/**</exclude>
+          </excludes>
         </configuration>
       </plugin>