Repository: incubator-ratis
Updated Branches:
  refs/heads/master 0af97352b -> 06fd2e441


RATIS-73. Update apache-rat-plugin to version 0.12. Contributed by Karl Heinz 
Marbaise.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/06fd2e44
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/06fd2e44
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/06fd2e44

Branch: refs/heads/master
Commit: 06fd2e441bf72de3744f5409446079df009f1f6a
Parents: 0af9735
Author: Jing Zhao <[email protected]>
Authored: Thu Apr 13 11:20:27 2017 -0700
Committer: Jing Zhao <[email protected]>
Committed: Thu Apr 13 11:20:27 2017 -0700

----------------------------------------------------------------------
 pom.xml | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/06fd2e44/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3f671b4..ed0f156 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,10 @@
     <maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
     <maven-xolstice-plugin.version>0.5.0</maven-xolstice-plugin.version>
 
-    <apache-rat-plugin.version>0.10</apache-rat-plugin.version>
+    <!--
+      ! Can be removed if changing to ASF parent version 19
+    -->
+    <apache-rat-plugin.version>0.12</apache-rat-plugin.version>
     <build-helper-maven-plugin.version>1.9</build-helper-maven-plugin.version>
     <exec-maven-plugin.version>1.3.1</exec-maven-plugin.version>
     <findbugs.version>3.0.0</findbugs.version>
@@ -525,17 +528,6 @@
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <version>${apache-rat-plugin.version}</version>
-          <configuration>
-            <excludes>
-              <exclude>.gitattributes</exclude>
-              <exclude>.gitignore</exclude>
-              <exclude>.git/**</exclude>
-              <exclude>**/*.swp</exclude>
-              <exclude>**/*.iml</exclude>
-              <exclude>.idea/**</exclude>
-              <exclude>**/target/**</exclude>
-            </excludes>
-          </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Reply via email to