Skip to content

Commit c8182ae

Browse files
authored
HDDS-14690. Remove unused maven-war-plugin from root POM (#9804)
1 parent 4f29762 commit c8182ae

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@
160160
<maven-surefire-plugin.argLineAccessArgs />
161161
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
162162
<maven-surefire-report-plugin.version>${maven-surefire-plugin.version}</maven-surefire-report-plugin.version>
163-
<maven-war-plugin.version>3.4.0</maven-war-plugin.version>
164163
<maven.compiler.createMissingPackageInfoClass>false</maven.compiler.createMissingPackageInfoClass>
165164
<maven.compiler.release>8</maven.compiler.release>
166165
<maven.core.version>3.9.12</maven.core.version>
@@ -1762,11 +1761,6 @@
17621761
<notimestamp>true</notimestamp>
17631762
</configuration>
17641763
</plugin>
1765-
<plugin>
1766-
<groupId>org.apache.maven.plugins</groupId>
1767-
<artifactId>maven-war-plugin</artifactId>
1768-
<version>${maven-war-plugin.version}</version>
1769-
</plugin>
17701764
<plugin>
17711765
<groupId>com.github.spotbugs</groupId>
17721766
<artifactId>spotbugs-maven-plugin</artifactId>

0 commit comments

Comments
 (0)