You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2015/05/19 23:10:58 UTC

svn commit: r1680392 - in /creadur/rat/trunk: apache-rat-tasks/pom.xml pom.xml

Author: pottlinger
Date: Tue May 19 21:10:58 2015
New Revision: 1680392

URL: http://svn.apache.org/r1680392
Log:
RAT-200: Update to latest ASF17.

* Move pmd-maven-plugin version to management section.
* Unfortunately there is no PMD report in submodule rat-tasks.

Modified:
    creadur/rat/trunk/apache-rat-tasks/pom.xml
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/apache-rat-tasks/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-tasks/pom.xml?rev=1680392&r1=1680391&r2=1680392&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-tasks/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-tasks/pom.xml Tue May 19 21:10:58 2015
@@ -160,4 +160,13 @@
       </plugins>
     </pluginManagement>
   </build>
+  <!-- Strangely no PMD report appears in this submodule -->
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
 </project>

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1680392&r1=1680391&r2=1680392&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Tue May 19 21:10:58 2015
@@ -207,11 +207,6 @@ agnostic home for software distribution
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <!-- Later versions require Java 1.6+ -->
-        <version>3.1</version>
-        <configuration>
-          <targetJdk>${javaVersion}</targetJdk>
-        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -278,7 +273,8 @@ agnostic home for software distribution
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
-          <version>3.2</version>
+          <!-- Later versions require Java 1.6+ -->
+          <version>3.1</version>
           <configuration>
             <targetJdk>${javaVersion}</targetJdk>
           </configuration>