Skip to content

Commit

Permalink
Merge pull request #12194 from chamilaadhi/mvn-plugin-update
Browse files Browse the repository at this point in the history
Update maven war plugin
  • Loading branch information
chamilaadhi authored Dec 20, 2023
2 parents eb0e307 + 2b1f38d commit 715ced3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.2</version>
<configuration>
<webResources>
<resource>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.6</version>
<configuration>
<webResources>
<resource>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.6</version>
<configuration>
<webResources>
<resource>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.2</version>
<version>${maven.war.plugin.version}</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down Expand Up @@ -2163,6 +2163,7 @@
<jacoco.version>0.8.4</jacoco.version>
<xml-apis.version>1.4.01</xml-apis.version>
<maven.surefire.plugin.version>2.22.0</maven.surefire.plugin.version>
<maven.war.plugin.version>3.2.3</maven.war.plugin.version>
<wiremock.version>2.5.0</wiremock.version>
<mockito.version>2.23.4</mockito.version>
<powermock.version>2.0.2</powermock.version>
Expand Down

0 comments on commit 715ced3

Please sign in to comment.