You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/08/30 01:10:27 UTC

svn commit: r990672 - in /myfaces/core/branches/1.2.x: api/pom.xml api/src/site/apt/format.apt impl/pom.xml pom.xml

Author: lu4242
Date: Sun Aug 29 23:10:27 2010
New Revision: 990672

URL: http://svn.apache.org/viewvc?rev=990672&view=rev
Log:
remove maven cobertura plugin and pmd version to make site work

Removed:
    myfaces/core/branches/1.2.x/api/src/site/apt/format.apt
Modified:
    myfaces/core/branches/1.2.x/api/pom.xml
    myfaces/core/branches/1.2.x/impl/pom.xml
    myfaces/core/branches/1.2.x/pom.xml

Modified: myfaces/core/branches/1.2.x/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1.2.x/api/pom.xml?rev=990672&r1=990671&r2=990672&view=diff
==============================================================================
--- myfaces/core/branches/1.2.x/api/pom.xml (original)
+++ myfaces/core/branches/1.2.x/api/pom.xml Sun Aug 29 23:10:27 2010
@@ -366,15 +366,9 @@
         <artifactId>taglist-maven-plugin</artifactId>
         <version>2.1</version>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.2</version>
-      </plugin>
       <!-- override PMD settings to set targetJdk -->
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.4</version>
         <configuration>
           <rulesets>
             <ruleset>/rulesets/basic.xml</ruleset>

Modified: myfaces/core/branches/1.2.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1.2.x/impl/pom.xml?rev=990672&r1=990671&r2=990672&view=diff
==============================================================================
--- myfaces/core/branches/1.2.x/impl/pom.xml (original)
+++ myfaces/core/branches/1.2.x/impl/pom.xml Sun Aug 29 23:10:27 2010
@@ -721,15 +721,9 @@
         <artifactId>taglist-maven-plugin</artifactId>
         <version>2.1</version>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.2</version>
-      </plugin>
       <!-- override PMD settings to set targetJdk -->
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.2</version>
         <configuration>
           <rulesets>
             <ruleset>/rulesets/basic.xml</ruleset>

Modified: myfaces/core/branches/1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1.2.x/pom.xml?rev=990672&r1=990671&r2=990672&view=diff
==============================================================================
--- myfaces/core/branches/1.2.x/pom.xml (original)
+++ myfaces/core/branches/1.2.x/pom.xml Sun Aug 29 23:10:27 2010
@@ -51,18 +51,6 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.2</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>clean</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <!--
           - Make a checkstyle violation a compile error. Note that if a compile error occurs,
           - further information can be found in target/site/checkstyle.html (present even when
@@ -105,11 +93,6 @@
             <jdkLevel>5.0</jdkLevel>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>cobertura-maven-plugin</artifactId>
-          <version>2.2</version>
-        </plugin>
       </plugins>
     </pluginManagement>
   </build>
@@ -119,7 +102,6 @@
       <plugin>
         <!-- disable the plugin for this site project -->
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.2</version>
         <reportSets>
           <reportSet />
         </reportSets>