You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/12/30 22:20:24 UTC

[commons-codec] branch master updated: Exclude test resources file from rat check.

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new b46a254  Exclude test resources file from rat check.
b46a254 is described below

commit b46a254edaa0952421a3b22ae27bde3211ca39c9
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Mon Dec 30 22:20:21 2019 +0000

    Exclude test resources file from rat check.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 3cfac9d..ffa1ff2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -281,6 +281,7 @@ limitations under the License.
           <excludes>
             <exclude>src/test/resources/bla.tar.xz</exclude>
             <exclude>src/test/resources/empty.bin</exclude>
+            <exclude>src/test/resources/small.bin</exclude>
           </excludes>
         </configuration>
       </plugin>