aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.examples/build/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.jacoco.examples/build/pom.xml')
-rw-r--r--org.jacoco.examples/build/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.jacoco.examples/build/pom.xml b/org.jacoco.examples/build/pom.xml
index 9194002c..8ed295bb 100644
--- a/org.jacoco.examples/build/pom.xml
+++ b/org.jacoco.examples/build/pom.xml
@@ -39,20 +39,20 @@
<version>@project.version@</version>
<executions>
<execution>
- <id>prepare-agent</id>
+ <id>default-prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
- <id>report</id>
+ <id>default-report</id>
<phase>prepare-package</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
<execution>
- <id>check</id>
+ <id>default-check</id>
<goals>
<goal>check</goal>
</goals>