Skip to content

Commit

Permalink
Stop maven-war-plugin from recompressing zip files
Browse files Browse the repository at this point in the history
There is no need for that and it should (hopefully) reduce the cases
where build OOMs.
  • Loading branch information
akurtakov committed Jan 20, 2025
1 parent 847e02d commit a6e2fdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ua/infocenter-web/infocenter-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.4.0</version>
<configuration>
<recompressZippedFiles>false</recompressZippedFiles>
</configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
Expand Down

0 comments on commit a6e2fdd

Please sign in to comment.