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

[maven-invoker] 01/01: Update build and deps

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

cstamas pushed a commit to branch update-build-and-deps
in repository https://gitbox.apache.org/repos/asf/maven-invoker.git

commit 65df4fdc6106f6a882d93ec473b828fc98c9f658
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Mon Oct 18 13:59:32 2021 +0200

    Update build and deps
    
    And add comments when to remove things.
---
 pom.xml | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3f2c06e..67b1f9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>3.3.3</version>
+      <version>3.3.4</version>
     </dependency>
     <dependency>
       <groupId>javax.inject</groupId>
@@ -101,10 +101,6 @@ under the License.
           <version>3.1.1</version>
         </plugin>
         <plugin>
-          <artifactId>maven-enforcer-plugin</artifactId>
-          <version>3.0.0-M3</version>
-        </plugin>
-        <plugin>
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>3.3.1</version>
           <configuration>
@@ -124,6 +120,17 @@ under the License.
       </plugins>
     </pluginManagement>
     <plugins>
+      <plugin> <!-- Remove once MPOM-270 fixed -->
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>3.0.0</version>
+        <dependencies>
+          <dependency>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>extra-enforcer-rules</artifactId>
+            <version>1.4</version>
+          </dependency>
+        </dependencies>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
@@ -144,7 +151,7 @@ under the License.
       <plugin>
         <groupId>org.eclipse.sisu</groupId>
         <artifactId>sisu-maven-plugin</artifactId>
-        <version>0.3.4</version>
+        <version>0.3.5</version>
         <executions>
           <execution>
             <id>generate-index</id>