You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/09/15 14:33:45 UTC

[tomcat-jakartaee-migration] branch main updated: Move Checkstyle files to more natural location

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

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git


The following commit(s) were added to refs/heads/main by this push:
     new d8b33d3  Move Checkstyle files to more natural location
d8b33d3 is described below

commit d8b33d3d7a055a01d0fcfc8c9dc4ddd2bc514125
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Sep 15 15:33:38 2022 +0100

    Move Checkstyle files to more natural location
---
 pom.xml                                | 4 ++--
 {res => src}/checkstyle/checkstyle.xml | 0
 {res => src}/checkstyle/header-al2.txt | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e3219bb..0561907 100644
--- a/pom.xml
+++ b/pom.xml
@@ -325,8 +325,8 @@
         <artifactId>maven-checkstyle-plugin</artifactId>
         <version>3.2.0</version>
         <configuration>
-          <configLocation>res/checkstyle/checkstyle.xml</configLocation>
-          <headerLocation>res/checkstyle/header-al2.txt</headerLocation>
+          <configLocation>src/checkstyle/checkstyle.xml</configLocation>
+          <headerLocation>src/checkstyle/header-al2.txt</headerLocation>
           <consoleOutput>true</consoleOutput>
           <failsOnError>true</failsOnError>
           <linkXRef>false</linkXRef>
diff --git a/res/checkstyle/checkstyle.xml b/src/checkstyle/checkstyle.xml
similarity index 100%
rename from res/checkstyle/checkstyle.xml
rename to src/checkstyle/checkstyle.xml
diff --git a/res/checkstyle/header-al2.txt b/src/checkstyle/header-al2.txt
similarity index 100%
rename from res/checkstyle/header-al2.txt
rename to src/checkstyle/header-al2.txt


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org