Repository: commons-text
Updated Branches:
  refs/heads/master 864cf6cf6 -> edfe5f85b


TEXT-53: adding stringEscapeUtilsTestData.txt to rat exclude


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/edfe5f85
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/edfe5f85
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/edfe5f85

Branch: refs/heads/master
Commit: edfe5f85b81c60a45a11b2495c8baa21c58c539d
Parents: 864cf6c
Author: Rob Tompkins <[email protected]>
Authored: Mon Jan 2 13:37:22 2017 -0500
Committer: Rob Tompkins <[email protected]>
Committed: Mon Jan 2 13:37:22 2017 -0500

----------------------------------------------------------------------
 pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/edfe5f85/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1af3cb8..28b9c15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,6 +135,19 @@
 
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludes>
+              
<exclude>src/test/resources/stringEscapeUtilsTestData.txt</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>

Reply via email to