aboutsummaryrefslogtreecommitdiff
path: root/jacoco-maven-plugin.test/it/it-multi-module
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2013-01-21 20:41:30 +0100
committerEvgeny Mandrikov <mandrikov@gmail.com>2013-01-21 20:41:31 +0100
commit741c894ad22ec9c11fd1815c9f17a003fac864a5 (patch)
treeb21a7b67f725acf9dedef9790dcf99087b31076d /jacoco-maven-plugin.test/it/it-multi-module
parentb61ed960ea01616297aea59d112ee4cd60ae6a76 (diff)
downloadjacoco-741c894ad22ec9c11fd1815c9f17a003fac864a5.tar.gz
GitHub #72: Default phase for goal "report" should be "prepare-package"
Diffstat (limited to 'jacoco-maven-plugin.test/it/it-multi-module')
-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>