You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/04/20 19:58:13 UTC

[maven-ear-plugin] branch itf-extension updated: Fixed rat excludes.

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

khmarbaise pushed a commit to branch itf-extension
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git


The following commit(s) were added to refs/heads/itf-extension by this push:
     new 3ff8dc1  Fixed rat excludes.
3ff8dc1 is described below

commit 3ff8dc1826823f8d6a0e296715d149a5b6df08bf
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Apr 20 21:58:02 2020 +0200

    Fixed rat excludes.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index b66d050..edb836d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -231,6 +231,8 @@
                 src/test/resources-its/org/apache/maven/plugins/ear/it/EARProjectIT/project_015/src/main/application/META-INF/MANIFEST.MF
               </exclude>
               <exclude>src/test/resources-its/org/apache/maven/plugins/ear/it/EARProjectIT/project_016/src/main/ear/MANIFEST.MF</exclude>
+              <exclude>src/test/resources-its/org/apache/maven/plugins/ear/it/EARInvokerIT/skinny_wars_timestamp/.predefined-repo/eartest/jar-sample-one/1.0-SNAPSHOT/jar-sample-one-1.0-20150825.210557-91.pom.sha1</exclude>
+              <exclude>src/test/resources-its/org/apache/maven/plugins/ear/it/EARInvokerIT/skinny_wars_timestamp/.predefined-repo/eartest/jar-sample-one/1.0-SNAPSHOT/jar-sample-one-1.0-20150825.210557-91.jar.sha1</exclude>
               <!--
                 ! Added the following excludes cause they have been reported as wrong.
                 ! https://issues.apache.org/jira/browse/RAT-187