aboutsummaryrefslogtreecommitdiff
path: root/jacoco-maven-plugin.test
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
parentb61ed960ea01616297aea59d112ee4cd60ae6a76 (diff)
downloadjacoco-741c894ad22ec9c11fd1815c9f17a003fac864a5.tar.gz
GitHub #72: Default phase for goal "report" should be "prepare-package"
Diffstat (limited to 'jacoco-maven-plugin.test')
-rw-r--r--jacoco-maven-plugin.test/it/it-includes-excludes/pom.xml2
-rw-r--r--jacoco-maven-plugin.test/it/it-multi-module/pom.xml2
-rw-r--r--jacoco-maven-plugin.test/it/it-offline-instrumentation/pom.xml1
-rw-r--r--jacoco-maven-plugin.test/it/it-report-unreadable-dump/pom.xml1
-rw-r--r--jacoco-maven-plugin.test/it/it-report-without-debug/pom.xml2
-rw-r--r--jacoco-maven-plugin.test/it/it-report-without-dump/pom.xml1
6 files changed, 3 insertions, 6 deletions
diff --git a/jacoco-maven-plugin.test/it/it-includes-excludes/pom.xml b/jacoco-maven-plugin.test/it/it-includes-excludes/pom.xml
index 23183ca5..d7411ffb 100644
--- a/jacoco-maven-plugin.test/it/it-includes-excludes/pom.xml
+++ b/jacoco-maven-plugin.test/it/it-includes-excludes/pom.xml
@@ -34,13 +34,13 @@
</configuration>
<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>
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>
diff --git a/jacoco-maven-plugin.test/it/it-offline-instrumentation/pom.xml b/jacoco-maven-plugin.test/it/it-offline-instrumentation/pom.xml
index fb9ee3da..8d4d3238 100644
--- a/jacoco-maven-plugin.test/it/it-offline-instrumentation/pom.xml
+++ b/jacoco-maven-plugin.test/it/it-offline-instrumentation/pom.xml
@@ -62,7 +62,6 @@
</execution>
<execution>
<id>report</id>
- <phase>prepare-package</phase>
<goals>
<goal>report</goal>
</goals>
diff --git a/jacoco-maven-plugin.test/it/it-report-unreadable-dump/pom.xml b/jacoco-maven-plugin.test/it/it-report-unreadable-dump/pom.xml
index 4b490fe3..289250d8 100644
--- a/jacoco-maven-plugin.test/it/it-report-unreadable-dump/pom.xml
+++ b/jacoco-maven-plugin.test/it/it-report-unreadable-dump/pom.xml
@@ -29,7 +29,6 @@
<executions>
<execution>
<id>report</id>
- <phase>prepare-package</phase>
<goals>
<goal>report</goal>
</goals>
diff --git a/jacoco-maven-plugin.test/it/it-report-without-debug/pom.xml b/jacoco-maven-plugin.test/it/it-report-without-debug/pom.xml
index bd650405..bd924276 100644
--- a/jacoco-maven-plugin.test/it/it-report-without-debug/pom.xml
+++ b/jacoco-maven-plugin.test/it/it-report-without-debug/pom.xml
@@ -28,13 +28,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>
diff --git a/jacoco-maven-plugin.test/it/it-report-without-dump/pom.xml b/jacoco-maven-plugin.test/it/it-report-without-dump/pom.xml
index 72ea14ea..74abf8b9 100644
--- a/jacoco-maven-plugin.test/it/it-report-without-dump/pom.xml
+++ b/jacoco-maven-plugin.test/it/it-report-without-dump/pom.xml
@@ -29,7 +29,6 @@
<executions>
<execution>
<id>report</id>
- <phase>prepare-package</phase>
<goals>
<goal>report</goal>
</goals>