You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2019/01/30 19:44:28 UTC

[struts] branch master updated: Excludes Jenkinsfile from license check

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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new 14c4c52  Excludes Jenkinsfile from license check
14c4c52 is described below

commit 14c4c52be966054bb384a5e8058511a3fe88ff37
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Wed Jan 30 20:44:22 2019 +0100

    Excludes Jenkinsfile from license check
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index eb9b748..4fa20d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -354,6 +354,8 @@
                             <include>src/**</include>
                         </includes>
                         <excludes>
+                            <exclude>Jenkinsfile</exclude>
+                            <exclude>src/main/groovy/Jenkinsfile.gdsl</exclude>
                             <exclude>src/main/resources/org/apache/struts2/static/domTT.js</exclude>
                             <exclude>src/site/resources/tags/**/*.html</exclude>
                             <exclude>src/main/resources/*LICENSE.txt</exclude>