Skip to content

Commit

Permalink
Add workaround for SHRINKDESC-97 on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Mar 21, 2024
1 parent 41f0566 commit b32df86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tomcat-container-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
<plugins>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<!-- Workaround for https://issues.redhat.com/browse/SHRINKDESC-97 on Windows -->
<configuration>
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>
</configuration>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit b32df86

Please sign in to comment.