Skip to content

Commit

Permalink
Merge cbb85a9 into 35b8ba3
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Oct 23, 2019
2 parents 35b8ba3 + cbb85a9 commit 0afc7b0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Expand Up @@ -259,7 +259,7 @@
<typedef resource="org/jacoco/ant/antlib.xml"/>
<report>
<executiondata>
<fileset dir="target" includes="jacoco_*.exec"/>
<fileset dir="target" includes="jacoco.exec"/>
</executiondata>
<structure name="${project.name}">
<group name="src/main/java">
Expand Down Expand Up @@ -353,17 +353,13 @@
<configuration>
<classesDirectory>${basedir}/target/classes-9</classesDirectory>
<additionalClasspathElements>${project.build.outputDirectory}</additionalClasspathElements>
<argLine>@{argLine}/jacoco_java9.exec</argLine>
</configuration>
<goals>
<goal>test</goal>
</goals>
</execution>
<execution>
<id>java8-test</id>
<configuration>
<argLine>@{argLine}/jacoco_java8.exec</argLine>
</configuration>
<goals>
<goal>test</goal>
</goals>
Expand All @@ -380,9 +376,6 @@
<goals>
<goal>prepare-agent</goal>
</goals>
<configuration>
<destFile>${project.build.directory}</destFile>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 0afc7b0

Please sign in to comment.