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

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


The following commit(s) were added to refs/heads/maven-4.0.x by this push:
     new f2a1e529f8 cleanups duplicate configs with new parent (#2567)
f2a1e529f8 is described below

commit f2a1e529f88031fa3585de45310a77f62292d3b6
Author: Guillaume Nodet <[email protected]>
AuthorDate: Fri Jul 4 13:11:56 2025 +0200

    cleanups duplicate configs with new parent (#2567)
    
    Co-authored-by: Slawomir Jaranowski <[email protected]>
---
 pom.xml | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7919579b86..2bf2c873da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -703,34 +703,11 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>3.5.2</version>
           <configuration>
             <forkNode 
implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"
 />
             <argLine>-Xmx256m @{jacocoArgLine}</argLine>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.codehaus.modello</groupId>
-          <artifactId>modello-maven-plugin</artifactId>
-          <configuration>
-            <licenseText>Licensed to the Apache Software Foundation (ASF) 
under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.</licenseText>
-          </configuration>
-        </plugin>
         <!-- enforce backwards compatibility -->
         <plugin>
           <groupId>com.github.siom79.japicmp</groupId>

Reply via email to