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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jelly.git

commit ae04dbd05fb71a19a745698b0cb67c6ab47216d1
Author: Sebb <s...@apache.org>
AuthorDate: Tue Mar 9 23:06:42 2021 +0000

    license-* files confuse GH license detection
---
 short-license.txt => checkstyle-header.txt | 0
 jelly-tags/project.properties              | 2 +-
 pom.xml                                    | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/short-license.txt b/checkstyle-header.txt
similarity index 100%
rename from short-license.txt
rename to checkstyle-header.txt
diff --git a/jelly-tags/project.properties b/jelly-tags/project.properties
index 811e199..59df6ec 100644
--- a/jelly-tags/project.properties
+++ b/jelly-tags/project.properties
@@ -22,7 +22,7 @@ maven.junit.fork=true
 maven.compile.deprecation = on
 
 maven.checkstyle.properties=${basedir}/../tag-checkstyle.xml
-maven.checkstyle.header.file=${basedir}/../../short-license.txt
+maven.checkstyle.header.file=${basedir}/../../checkstyle-header.txt
 
 maven.changes.issue.template=http://issues.apache.org/jira/browse/%ISSUE%
 
diff --git a/pom.xml b/pom.xml
index e6c2cff..c35a967 100644
--- a/pom.xml
+++ b/pom.xml
@@ -471,7 +471,7 @@
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
           <configLocation>jelly-tags/tag-checkstyle.xml</configLocation>
-          <headerLocation>${basedir}/short-license.txt</headerLocation>
+          <headerLocation>${basedir}/checkstyle-header.txt</headerLocation>
         </configuration>
       </plugin>
       <plugin>

Reply via email to