Skip to content

Commit

Permalink
[HOT-FIX] Add maven war plugin version to fix production build
Browse files Browse the repository at this point in the history
[HOT-FIX] Add maven war plugin version to fix production build
  • Loading branch information
Gcolon021 authored Jan 31, 2024
1 parent 9a05aec commit 86c1dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pic-sure-auth-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.2.2</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
Expand Down

0 comments on commit 86c1dd9

Please sign in to comment.