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:40 UTC

[maven-resolver] branch MRESOLVER-214 created (now 567a643)

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

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


      at 567a643  [MRESOLVER-214] - Remove clirr configuration

This branch includes the following new commits:

     new 567a643  [MRESOLVER-214] - Remove clirr configuration

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by kh...@apache.org.
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>