We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f15aea commit df16268Copy full SHA for df16268
1 file changed
pom.xml
@@ -554,6 +554,8 @@
554
<artifactId>jacoco-maven-plugin</artifactId>
555
<version>0.8.7</version>
556
<configuration>
557
+ <destFile>${project.basedir}/../target/jacoco.exec</destFile>
558
+ <dataFile>${project.basedir}/../target/jacoco.exec</dataFile>
559
<excludes>
560
<exclude>
561
**/*OrientSqlTokenManager*
@@ -574,6 +576,9 @@
574
576
<goal>report</goal>
575
577
<goal>report-aggregate</goal>
578
</goals>
579
+ <configuration>
580
581
+ </configuration>
582
</execution>
583
</executions>
584
</plugin>
0 commit comments