Skip to content

Commit 55150b2

Browse files
committed
Some tweaking: better ID and linked the report generation to a phase
1 parent 89f7a6e commit 55150b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,12 +731,13 @@
731731
</execution>
732732
<execution>
733733
<id>generate-report</id>
734+
<phase>test</phase>
734735
<goals>
735736
<goal>report</goal>
736737
</goals>
737738
</execution>
738739
<execution>
739-
<id>report-aggregate</id>
740+
<id>aggregate-report</id>
740741
<phase>verify</phase>
741742
<goals>
742743
<goal>report-aggregate</goal>

0 commit comments

Comments
 (0)