You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2021/10/03 10:02:41 UTC

[maven-resolver] 01/01: [MRESOLVER-214] - Remove clirr configuration

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

khmarbaise pushed a commit to branch MRESOLVER-214
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git

commit 567a643e5faacf29943d309a5c12d7daeb9b3b9e
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Oct 3 12:02:29 2021 +0200

    [MRESOLVER-214] - Remove clirr configuration
---
 pom.xml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/pom.xml b/pom.xml
index 301ef15..16aeed8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -497,26 +497,6 @@
 
   <profiles>
     <profile>
-      <id>clirr</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>clirr-maven-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>check-api-compat</id>
-                <phase>verify</phase>
-                <goals>
-                  <goal>check-no-fork</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
       <id>reporting</id>
       <reporting>
         <plugins>