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

rzo1 pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-8.x by this push:
     new 2a27159a5c Switch to Apache Rat Maven Plugin, skip execution for 
taglibs-shade
2a27159a5c is described below

commit 2a27159a5cf17bfd2491eb7b6897506ca94846c7
Author: Richard Zowalla <13417392+r...@users.noreply.github.com>
AuthorDate: Fri Jul 29 19:58:08 2022 +0200

    Switch to Apache Rat Maven Plugin, skip execution for taglibs-shade
---
 deps/taglibs-shade/pom.xml | 17 +++++++++++++++++
 pom.xml                    | 10 +++++-----
 2 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/deps/taglibs-shade/pom.xml b/deps/taglibs-shade/pom.xml
index 3e435e5ae3..b3d4261ed8 100644
--- a/deps/taglibs-shade/pom.xml
+++ b/deps/taglibs-shade/pom.xml
@@ -163,4 +163,21 @@
       </plugin>
     </plugins>
   </build>
+
+  <profiles>
+    <profile>
+      <id>rat</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <skip>true</skip>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>
diff --git a/pom.xml b/pom.xml
index e4aadb0f2b..0eace2423e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -288,9 +288,9 @@
           <version>3.0.2</version>
         </plugin>
         <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>rat-maven-plugin</artifactId>
-          <version>1.0-alpha-3</version>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <version>0.14</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -820,8 +820,8 @@
       <build>
         <plugins>
           <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>rat-maven-plugin</artifactId>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
             <executions>
               <execution>
                 <phase>verify</phase>

Reply via email to