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/19 19:24:31 UTC

[maven-ear-plugin] branch itf-extension updated: Fixed RAT exclusions.

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 c85a98e  Fixed RAT exclusions.
c85a98e is described below

commit c85a98e9dafdd8cda6c627eba9cb928f4a422b2f
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Apr 19 21:24:21 2020 +0200

    Fixed RAT exclusions.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3e4dab3..b66d050 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,9 +228,9 @@
                 ! The manifest specification does not describe any method for writing comments into the manifest.
               -->
               <exclude>
-                src/test/resources/projects/project-015/src/main/application/META-INF/MANIFEST.MF
+                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/projects/project-016/src/main/ear/MANIFEST.MF</exclude>
+              <exclude>src/test/resources-its/org/apache/maven/plugins/ear/it/EARProjectIT/project_016/src/main/ear/MANIFEST.MF</exclude>
               <!--
                 ! Added the following excludes cause they have been reported as wrong.
                 ! https://issues.apache.org/jira/browse/RAT-187