You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2017/05/09 20:01:36 UTC

[10/50] httpcomponents-core git commit: Update RAT plugin from 0.11 to 0.12 and centralize settings.

Update RAT plugin from 0.11 to 0.12 and centralize settings.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1772786 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/f2452dbf
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/f2452dbf
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/f2452dbf

Branch: refs/heads/4.4.x
Commit: f2452dbfaa9a0ff4a160b7f8b3eea13a96cc0f85
Parents: d48412e
Author: Gary D. Gregory <gg...@apache.org>
Authored: Mon Dec 5 20:22:27 2016 +0000
Committer: Gary D. Gregory <gg...@apache.org>
Committed: Mon Dec 5 20:22:27 2016 +0000

----------------------------------------------------------------------
 httpcore/pom.xml | 19 -------------------
 pom.xml          |  6 +++++-
 2 files changed, 5 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/f2452dbf/httpcore/pom.xml
----------------------------------------------------------------------
diff --git a/httpcore/pom.xml b/httpcore/pom.xml
index 21be1a5..1e00bfd 100644
--- a/httpcore/pom.xml
+++ b/httpcore/pom.xml
@@ -84,25 +84,6 @@
         </executions>
       </plugin>
       <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <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>
-      <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
           <version>2.6</version>

http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/f2452dbf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8639a5d..5cc93d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,7 +313,7 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>0.11</version>
+        <version>0.12</version>
         <executions>
           <execution>
             <phase>verify</phase>
@@ -324,6 +324,10 @@
         </executions>
         <configuration>
           <excludes>
+            <exclude>**/.externalToolBuilders/**</exclude>			
+            <exclude>**/.pmd</exclude>			
+            <exclude>**/maven-eclipse.xml</exclude>
+            <exclude>**/.checkstyle</exclude>
             <exclude>src/docbkx/resources/**</exclude>
             <exclude>src/test/resources/*.truststore</exclude>
           </excludes>