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

[maven] 03/04: Update Maven-enforcer to 3.0.0

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

slachiewicz pushed a commit to branch MNG-5995-x
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 044052a1f65072dfed97c99106d9af8576e98fba
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Nov 19 01:16:46 2018 +0100

    Update Maven-enforcer to 3.0.0
    
    Skip maven-enforcer
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index 49875c5..eaad9c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -592,6 +592,18 @@ under the License.
             </excludes>
           </configuration>
         </plugin>
+        <!-- overwrites to prepare plugins 3.0+ ready -->
+        <plugin>
+          <artifactId>maven-enforcer-plugin</artifactId>
+          <version>3.0.0-M2</version>
+          <configuration>
+            <!-- skip until enforcer plugin will be updated to 3.0+ api
+                  https://issues.apache.org/jira/browse/MENFORCER-277
+                  https://issues.apache.org/jira/browse/MENFORCER-267
+            -->
+            <skip>true</skip>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>