Skip to content

Commit

Permalink
[WINDUP-3681] - Upgrade maven-war-plugin (#885)
Browse files Browse the repository at this point in the history
* Upgrade maven-war-plugin dependency

* WINDUP-3681 Refactored to use 'version.maven-war-plugin' property

---------

Co-authored-by: mrizzi <mrizzi@redhat.com>
  • Loading branch information
carlosthe19916 and mrizzi committed Feb 20, 2023
1 parent 98bd384 commit 44425d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<version.hibernate>5.3.20.Final</version.hibernate>
<version.undertow>2.2.5.Final</version.undertow>
<version.httpcomponents>4.5.13</version.httpcomponents>
<version.maven-war-plugin>3.3.2</version.maven-war-plugin>
</properties>

<scm>
Expand Down
2 changes: 1 addition & 1 deletion services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
<version>${version.maven-war-plugin}</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
<archive>
Expand Down
2 changes: 1 addition & 1 deletion tools/graph-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>3.0.0</version>
<version>${version.maven-war-plugin}</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
<warSourceExcludes>
Expand Down
2 changes: 1 addition & 1 deletion ui-pf4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.0.0</version>
<version>${version.maven-war-plugin}</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
<warSourceExcludes>
Expand Down

0 comments on commit 44425d8

Please sign in to comment.