You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/20 23:32:30 UTC

svn commit: r1340846 - /maven/plugin-testing/trunk/pom.xml

Author: hboutemy
Date: Sun May 20 21:32:30 2012
New Revision: 1340846

URL: http://svn.apache.org/viewvc?rev=1340846&view=rev
Log:
removed plugin configuration already inherited from parent

Modified:
    maven/plugin-testing/trunk/pom.xml

Modified: maven/plugin-testing/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/pom.xml?rev=1340846&r1=1340845&r2=1340846&view=diff
==============================================================================
--- maven/plugin-testing/trunk/pom.xml (original)
+++ maven/plugin-testing/trunk/pom.xml Sun May 20 21:32:30 2012
@@ -218,10 +218,6 @@ under the License.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
           <version>2.4</version>
-          <configuration>
-            <source>1.5</source>
-            <target>1.5</target>
-          </configuration>
         </plugin>        
         <plugin>
           <artifactId>maven-site-plugin</artifactId>
@@ -236,15 +232,6 @@ under the License.
             <tagBase>https://svn.apache.org/repos/asf/maven/plugin-testing/tags</tagBase>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-remote-resources-plugin</artifactId>
-          <version>1.2</version>
-        </plugin>        
-        <plugin>
-          <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.8</version>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
@@ -272,12 +259,6 @@ under the License.
             <artifactId>maven-javadoc-plugin</artifactId>
             <version>2.8.1</version>
           </plugin>
-          <plugin>
-            <artifactId>maven-pmd-plugin</artifactId>
-            <configuration>
-              <targetJdk>1.5</targetJdk>
-            </configuration>
-          </plugin>
         </plugins>
       </reporting>
     </profile>