You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/03/26 17:11:45 UTC

[commons-codec] branch master updated: Trying to fix Jenkins build.

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

ggregory 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 bbb7808  Trying to fix Jenkins build.
bbb7808 is described below

commit bbb7808bab423c10a6a63a6f6c7858031c5cc4a2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Mar 26 13:11:36 2019 -0400

    Trying to fix Jenkins build.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 84f9bc3..e6e3992 100644
--- a/pom.xml
+++ b/pom.xml
@@ -275,7 +275,7 @@ limitations under the License.
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes>
-            <exclude>src/site/resources/.htaccess</exclude>
+            <exclude>src/test/resources/bla.tar.xz</exclude>
           </excludes>
         </configuration>
       </plugin>