Skip to content

Commit

Permalink
more config
Browse files Browse the repository at this point in the history
  • Loading branch information
pabender committed Dec 1, 2019
1 parent 21f09c9 commit bf3f922
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<openlcb.version>0.7.26</openlcb.version>
<netbeans.version>RELEASE110</netbeans.version>
<jacoco.version>0.8.5</jacoco.version>
<jacoco.reportFile>${basedir}/target/jacoco.exec</jacoco.reportFile>
<jacoco.reportDir>${basedir}/target/</jacoco.reportDir>
<!-- test environment -->
<jmri.path.program>${basedir}</jmri.path.program>
<jmri.prefsdir>${basedir}/temp</jmri.prefsdir>
Expand Down Expand Up @@ -607,7 +607,7 @@
</goals>
<configuration>
<append>true</append>
<destFile>${jacoco.reportFile}</destFile>
<destFile>${jacoco.reportDir}/jacoco-unit.exec</destFile>
<propertyName>surefire.argLine</propertyName>
</configuration>
</execution>
Expand All @@ -618,7 +618,7 @@
</goals>
<configuration>
<append>true</append>
<destFile>${jacoco.reportFile}</destFile>
<destFile>${jacoco.reportDir}/jacoco-it.exec</destFile>
<propertyName>failsafe.argLine</propertyName>
</configuration>
</execution>
Expand All @@ -628,8 +628,8 @@
<goal>report</goal>
</goals>
<configuration>
<dataFile>${jacoco.reportFile}</dataFile>
</configuration>
<dataFile>${jacoco.reportDir}jacoco-unit.exec</dataFile>
</configuration>
</execution>
<execution>
<id>default-check</id>
Expand Down

0 comments on commit bf3f922

Please sign in to comment.