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

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new c8182ae465c HDDS-14690. Remove unused maven-war-plugin from root POM 
(#9804)
c8182ae465c is described below

commit c8182ae465cc37295a657cad18d2b789934f2fe2
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Feb 27 13:58:21 2026 +0100

    HDDS-14690. Remove unused maven-war-plugin from root POM (#9804)
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 50a687c9b8f..3efddaf42cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,6 @@
     <maven-surefire-plugin.argLineAccessArgs />
     <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
     
<maven-surefire-report-plugin.version>${maven-surefire-plugin.version}</maven-surefire-report-plugin.version>
-    <maven-war-plugin.version>3.4.0</maven-war-plugin.version>
     
<maven.compiler.createMissingPackageInfoClass>false</maven.compiler.createMissingPackageInfoClass>
     <maven.compiler.release>8</maven.compiler.release>
     <maven.core.version>3.9.12</maven.core.version>
@@ -1762,11 +1761,6 @@
             <notimestamp>true</notimestamp>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-war-plugin</artifactId>
-          <version>${maven-war-plugin.version}</version>
-        </plugin>
         <plugin>
           <groupId>com.github.spotbugs</groupId>
           <artifactId>spotbugs-maven-plugin</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to