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/06/25 00:01:48 UTC

svn commit: r1353347 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

Author: hboutemy
Date: Sun Jun 24 22:01:47 2012
New Revision: 1353347

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

Modified:
    maven/plugins/trunk/maven-changes-plugin/pom.xml

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=1353347&r1=1353346&r2=1353347&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Sun Jun 24 22:01:47 2012
@@ -348,8 +348,6 @@ under the License.
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
           <compilerArgument>-Xlint:all</compilerArgument>
         </configuration>
       </plugin>
@@ -425,7 +423,6 @@ under the License.
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-invoker-plugin</artifactId>
-              <version>1.5</version>
               <configuration>
                 <pomIncludes>
                   <pomInclude>*/pom.xml</pomInclude>
@@ -449,17 +446,6 @@ under the License.
       <reporting>
         <plugins>
           <plugin>
-            <artifactId>maven-pmd-plugin</artifactId>
-            <configuration>
-              <targetJdk>1.5</targetJdk>
-            </configuration>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-checkstyle-plugin</artifactId>
-            <version>2.6</version>
-          </plugin>
-          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-changes-plugin</artifactId>
             <!--
@@ -512,19 +498,5 @@ under the License.
         </plugins>
       </reporting>
     </profile>
-
-    <profile>
-      <id>maven-3</id>
-      <activation>
-        <file>
-          <!-- This employs that the basedir expression is only recognized by Maven 3.x (see MNG-2363) -->
-          <exists>${basedir}</exists>
-        </file>
-      </activation>
-      <properties>
-        <sitePluginVersion>3.0-beta-2</sitePluginVersion>
-      </properties>
-    </profile>
-
   </profiles>
 </project>