You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2020/06/01 10:34:51 UTC

[maven] 04/29: rat excludes += Jenkinsfile.its

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

olamy pushed a commit to branch it_runs
in repository https://gitbox.apache.org/repos/asf/maven.git

commit a2ac82dac1801eee7518ea6a2a697050745b5114
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Jun 1 12:48:33 2020 +1000

    rat excludes += Jenkinsfile.its
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 29626fe..2599fdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -552,6 +552,7 @@ under the License.
               -->
               <exclude>src/main/appended-resources/licenses/CDDL-1.0.txt</exclude>
               <exclude>src/main/appended-resources/licenses/EPL-1.0.txt</exclude>
+              <excludes>Jenkinsfile.its</excludes>
             </excludes>
           </configuration>
         </plugin>