You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2022/03/14 09:25:11 UTC

[commons-jexl] branch master updated: JEXL: remove clirr report (replaced by japicmp)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b93183a  JEXL: remove clirr report (replaced by japicmp)
b93183a is described below

commit b93183a58be22989be57ec9865c5daf3ef0bd88f
Author: henrib <he...@apache.org>
AuthorDate: Mon Mar 14 10:25:07 2022 +0100

    JEXL: remove clirr report (replaced by japicmp)
---
 pom.xml | 30 ++----------------------------
 1 file changed, 2 insertions(+), 28 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1c77a4b..b0823d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
         <checksyle.version>9.3</checksyle.version>
         <japicmp.skip>false</japicmp.skip>
         <commons.japicmp.version>0.15.6</commons.japicmp.version>
-        <commons.pmd.version>3.16.0</commons.pmd.version>
+        <commons.pmd.version>3.15.0</commons.pmd.version>
         <commons.spotbugs.version>4.5.3.0</commons.spotbugs.version>
 
         <!-- override of Jacoco properties defined in CP52 -->
@@ -123,7 +123,7 @@
     </dependencies>
 
     <build>
-        <defaultGoal>clean verify apache-rat:check spotbugs:check clirr:check checkstyle:check javadoc:javadoc </defaultGoal>
+        <defaultGoal>clean verify apache-rat:check spotbugs:check japicmp:check checkstyle:check javadoc:javadoc </defaultGoal>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -258,19 +258,6 @@
                 </dependencies>
             </plugin>
 
-            <!-- Allow Clirr to be run from command-line. Must agree with config in report section. -->
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>clirr-maven-plugin</artifactId>
-                <configuration>
-                    <ignoredDifferencesFile>${basedir}/src/main/config/clirr-ignored.xml</ignoredDifferencesFile>
-                    <excludes>
-                        <exclude>org/apache/commons/jexl3/parser/**</exclude>
-                        <exclude>org/apache/commons/jexl3/internal/**</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-
             <!-- Allow RAT to be run from command-line. Must agree with config in report section. -->
             <plugin>
                 <groupId>org.apache.rat</groupId>
@@ -447,19 +434,6 @@
             </plugin>
 
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>clirr-maven-plugin</artifactId>
-                <version>2.8</version>
-                <configuration>
-                    <ignoredDifferencesFile>${basedir}/src/main/config/clirr-ignored.xml</ignoredDifferencesFile>
-                    <excludes>
-                        <exclude>org/apache/commons/jexl3/parser/**</exclude>
-                        <exclude>org/apache/commons/jexl3/internal/**</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-
-            <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
                 <configuration>