You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/07/30 10:59:49 UTC

[maven-dependency-plugin] 01/01: [MDEP-815] Upgrade Parent to 37

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

sjaranowski pushed a commit to branch MDEP-815
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit bd430df041bb55c181f2d962cc42e4a0b6d9df8d
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sat Jul 30 12:59:37 2022 +0200

    [MDEP-815] Upgrade Parent to 37
    
    cleanup override configuration
---
 pom.xml | 43 ++++---------------------------------------
 1 file changed, 4 insertions(+), 39 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6db94b09..1840266d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>35</version>
+    <version>37</version>
     <relativePath />
   </parent>
 
@@ -335,17 +335,6 @@ under the License.
   <build>
     <pluginManagement>
       <plugins>
-        <!-- TODO check with next parent pom -->
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-pmd-plugin</artifactId>
-          <version>3.16.0</version>
-        </plugin>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>taglist-maven-plugin</artifactId>
-          <version>3.0.0</version>
-        </plugin>
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
@@ -378,28 +367,6 @@ under the License.
       </plugins>
     </pluginManagement>
     <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId> 
-        <artifactId>maven-enforcer-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>enforce-bytecode-version</id>
-            <goals>
-              <goal>enforce</goal>
-            </goals>
-            <configuration>
-              <rules>
-                <enforceBytecodeVersion>
-                  <maxJdkVersion>${maven.compiler.target}</maxJdkVersion>
-                  <ignoreClasses>
-                    <ignoreClass>module-info</ignoreClass>
-                  </ignoreClasses>
-                </enforceBytecodeVersion>
-              </rules>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
@@ -468,11 +435,9 @@ under the License.
                 <mockRepo>
                   <source>src/it/mrm/repository</source>
                 </mockRepo>
-                <!--
-                <mockRepo>
-                  <source>src/test/resources/m2repo</source>
-                </mockRepo>
-                 -->
+                <localRepo>
+                  <source>${project.build.directory}/local-repo</source>
+                </localRepo>
                 <proxyRepo />
               </repositories>
             </configuration>