пятница, 24 июня 2022 г.

Maven test

 <plugin>

    <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>@{argLine} -Dfile.encoding=UTF-8 #supporting ru text in test</argLine>
    </configuration>
</plugin>