Skip to content

Commit a6e2fdd

Browse files
committed
Stop maven-war-plugin from recompressing zip files
There is no need for that and it should (hopefully) reduce the cases where build OOMs.
1 parent 847e02d commit a6e2fdd

File tree

1 file changed

+3
-0
lines changed
  • ua/infocenter-web/infocenter-app

1 file changed

+3
-0
lines changed

ua/infocenter-web/infocenter-app/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
<groupId>org.apache.maven.plugins</groupId>
3939
<artifactId>maven-war-plugin</artifactId>
4040
<version>3.4.0</version>
41+
<configuration>
42+
<recompressZippedFiles>false</recompressZippedFiles>
43+
</configuration>
4144
</plugin>
4245
<plugin>
4346
<artifactId>maven-antrun-plugin</artifactId>

0 commit comments

Comments
 (0)