You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2015/08/25 06:56:38 UTC

svn commit: r1697549 - /httpcomponents/httpcore/trunk/httpcore-ab/pom.xml

Author: ggregory
Date: Tue Aug 25 04:56:38 2015
New Revision: 1697549

URL: http://svn.apache.org/r1697549
Log:
Do not check Maven-Eclipse and .pmd files for RAT reports.

Modified:
    httpcomponents/httpcore/trunk/httpcore-ab/pom.xml

Modified: httpcomponents/httpcore/trunk/httpcore-ab/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-ab/pom.xml?rev=1697549&r1=1697548&r2=1697549&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-ab/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore-ab/pom.xml Tue Aug 25 04:56:38 2015
@@ -73,6 +73,26 @@
           </instructions>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <version>${hc.rat.version}</version>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <excludes>
+            <exclude>.externalToolBuilders/**</exclude>			
+            <exclude>.pmd</exclude>			
+            <exclude>maven-eclipse.xml</exclude>
+          </excludes>
+        </configuration>
+      </plugin>	
     </plugins>
   </build>