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 2016/11/27 09:02:38 UTC

svn commit: r1771546 - /httpcomponents/project/trunk/pom.xml

Author: ggregory
Date: Sun Nov 27 09:02:38 2016
New Revision: 1771546

URL: http://svn.apache.org/viewvc?rev=1771546&view=rev
Log:
Allow Apache RAT to run from the command line.

Modified:
    httpcomponents/project/trunk/pom.xml

Modified: httpcomponents/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/trunk/pom.xml?rev=1771546&r1=1771545&r2=1771546&view=diff
==============================================================================
--- httpcomponents/project/trunk/pom.xml (original)
+++ httpcomponents/project/trunk/pom.xml Sun Nov 27 09:02:38 2016
@@ -416,6 +416,22 @@ Fixed JIRA link
   <build>
     <plugins>
       <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <!-- Should agree with config in reporting section -->
+        <configuration>
+          <!--
+               If you wish to override this list in the component (child) pom, ensure you use
+                   <excludes combine.children="merge">
+               so that the child pom entries replace the parent entries
+           -->
+          <excludes combine.children="append">
+            <exclude>.pmd</exclude>
+            <exclude>jakarta-httpcomponents-charter.txt</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
         <artifactId>maven-jar-plugin</artifactId>
         <configuration>
           <archive>