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

[maven] 01/04: Prepare dist without maven-compat - require plugins 3.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 70562a15a76f0322f52a40962e0032348b3e99c4
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Nov 19 00:09:27 2018 +0100

    Prepare dist without maven-compat - require plugins 3.0+
---
 apache-maven/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 40917d5..e170ea2 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -47,10 +47,13 @@ under the License.
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
     </dependency>
+    <!-- to see problematic plugins -->
+<!--
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-compat</artifactId>
     </dependency>
+-->
     <dependency>
       <groupId>org.eclipse.sisu</groupId>
       <artifactId>org.eclipse.sisu.plexus</artifactId>