aboutsummaryrefslogtreecommitdiff
path: root/jacoco-maven-plugin.test/it/it-multi-module/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'jacoco-maven-plugin.test/it/it-multi-module/pom.xml')
-rw-r--r--jacoco-maven-plugin.test/it/it-multi-module/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jacoco-maven-plugin.test/it/it-multi-module/pom.xml b/jacoco-maven-plugin.test/it/it-multi-module/pom.xml
index ae26b3a6..3fe4eed0 100644
--- a/jacoco-maven-plugin.test/it/it-multi-module/pom.xml
+++ b/jacoco-maven-plugin.test/it/it-multi-module/pom.xml
@@ -34,13 +34,13 @@
<artifactId>jacoco-maven-plugin</artifactId>
<executions>
<execution>
+ <id>prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
- <phase>prepare-package</phase>
<goals>
<goal>report</goal>
</goals>