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:45:09 UTC

svn commit: r1697546 - /httpcomponents/httpcore/trunk/httpcore/pom.xml

Author: ggregory
Date: Tue Aug 25 04:45:09 2015
New Revision: 1697546

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

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

Modified: httpcomponents/httpcore/trunk/httpcore/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/pom.xml?rev=1697546&r1=1697545&r2=1697546&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore/pom.xml Tue Aug 25 04:45:09 2015
@@ -58,6 +58,28 @@
   </dependencies>
 
   <build>
+    <plugins>
+      <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>
     <resources>
       <resource>
         <directory>src/main/resources</directory>