Skip to content

Commit

Permalink
Merge pull request #464 from it-at-m/132-abschluss-wls-eai-service
Browse files Browse the repository at this point in the history
132 abschluss wls eai service
  • Loading branch information
GerhardPx authored Oct 10, 2024
2 parents 40c85f0 + 61b9a2b commit 08ad1b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions wls-eai-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.muenchen.oss.wahllokalsystem</groupId>
<artifactId>wls-eai-service</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.1-SNAPSHOT</version>
<name>wls_eai_service</name>

<properties>
Expand Down Expand Up @@ -373,7 +373,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<configuration>
<argLine>${surefireArgLine} -Dfile.encoding=${project.build.sourceEncoding}</argLine>
<argLine>${surefireArgLine} -Dfile.encoding=${project.build.sourceEncoding}</argLine>
</configuration>
</plugin>

Expand All @@ -393,10 +393,10 @@
<goal>prepare-agent</goal>
</goals>
<configuration>
<append>true</append>
<destFile>${sonar.jacoco.reportPath}</destFile>
<!-- Sets the VM argument line used when unit tests are run. -->
<propertyName>surefireArgLine</propertyName>
<append>true</append>
<destFile>${sonar.jacoco.reportPath}</destFile>
<!-- Sets the VM argument line used when unit tests are run. -->
<propertyName>surefireArgLine</propertyName>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit 08ad1b5

Please sign in to comment.