We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a634e82 commit f2510b9Copy full SHA for f2510b9
pom.xml
@@ -98,6 +98,14 @@
98
<siteDirectory>${project.build.directory}/site-src</siteDirectory>
99
</configuration>
100
</plugin>
101
+ <plugin>
102
+ <groupId>org.apache.maven.plugins</groupId>
103
+ <artifactId>maven-surefire-plugin</artifactId>
104
+ <configuration>
105
+ <!-- Add setting 'file.encoding' for Windows environment -->
106
+ <argLine>${argLine} -Djdk.attach.allowAttachSelf -Dfile.encoding=UTF-8</argLine>
107
+ </configuration>
108
+ </plugin>
109
</plugins>
110
</pluginManagement>
111
</build>
0 commit comments