Skip to content

Commit

Permalink
feat(#1575): fix long lines in eo-runtime/pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Dec 19, 2022
1 parent daab0df commit e989b5d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions eo-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ SOFTWARE.
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>@{argLine} -Xss${stack-size} -Duser.language=ru
-Duser.region=RU
<argLine>
@{argLine} -Xss${stack-size} -Duser.language=ru -Duser.region=RU
</argLine>
<systemProperties>
<java.util.logging.config.file>
Expand Down Expand Up @@ -148,7 +148,8 @@ SOFTWARE.
<targetDir>${project.basedir}/target/eo-test</targetDir>
<addSourcesRoot>false</addSourcesRoot>
<addTestSourcesRoot>true</addTestSourcesRoot>
<generatedDir>${project.basedir}/target/generated-test-sources
<generatedDir>
${project.basedir}/target/generated-test-sources
</generatedDir>
</configuration>
</execution>
Expand Down

0 comments on commit e989b5d

Please sign in to comment.