You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/04/13 09:37:31 UTC

[maven-shade-plugin] 07/11: workaround: RAT tries to check compiler plugin's log

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

rfscholte pushed a commit to branch MSHADE-313
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git

commit b896388421f84ad5ca81164e5b17ed474ee3acfa
Author: Markus KARG <ma...@headcrashing.eu>
AuthorDate: Wed Apr 3 22:43:19 2019 +0200

    workaround: RAT tries to check compiler plugin's log
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 84644cd..a960b8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,6 +210,8 @@
               <exclude>src/it/MSHADE-182/src/main/resources/META-INF/services/relocateme.Service</exclude>
               <exclude>src/it/MSHADE-182/target/classes/META-INF/services/relocateme.Service</exclude>
               <exclude>src/it/MSHADE-182/build.log</exclude>
+              <exclude>src/it/MSHADE-313/service/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst</exclude>
+              <exclude>src/it/MSHADE-313/service/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst</exclude>
             </excludes>
           </configuration>
         </plugin>