Skip to content

Commit 3674bdc

Browse files
committed
fix the coveralls + travis + jacoco configuration problems
1 parent 3c8ad27 commit 3674bdc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,11 @@
6262
</goals>
6363
<configuration>
6464
<destFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</destFile>
65-
<propertyName>surefireArgLine</propertyName>
6665
</configuration>
6766
</execution>
6867
<execution>
6968
<id>post-unit-test</id>
70-
<phase>test</phase>
69+
<phase>package</phase>
7170
<goals>
7271
<goal>report</goal>
7372
</goals>

0 commit comments

Comments
 (0)