aboutsummaryrefslogtreecommitdiff
path: root/jacoco-maven-plugin.test
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2013-01-11 17:04:01 +0100
committerEvgeny Mandrikov <mandrikov@gmail.com>2013-01-11 17:04:20 +0100
commitccff137a82a3a7701671977405678f14ede21d65 (patch)
tree78f1beb45d042ce09664dab7d2dd6f0a7713e72f /jacoco-maven-plugin.test
parente6f41d405dfe99c12ab87eeb10baa5a23fb13d69 (diff)
downloadjacoco-ccff137a82a3a7701671977405678f14ede21d65.tar.gz
Rename goal 'restore' into 'restore-instrumented-classes'
Diffstat (limited to 'jacoco-maven-plugin.test')
-rw-r--r--jacoco-maven-plugin.test/it/it-offline-instrumentation/pom.xml2
1 files changed, 1 insertions, 1 deletions
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 31005ceb..2fca294f 100644
--- a/jacoco-maven-plugin.test/it/it-offline-instrumentation/pom.xml
+++ b/jacoco-maven-plugin.test/it/it-offline-instrumentation/pom.xml
@@ -51,7 +51,7 @@
<execution>
<id>restore-instrumented-classes</id>
<goals>
- <goal>restore</goal>
+ <goal>restore-instrumented-classes</goal>
</goals>
</execution>
<execution>