aboutsummaryrefslogtreecommitdiff
path: root/jacoco-maven-plugin.test
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2013-02-11 12:57:55 +0100
committerEvgeny Mandrikov <mandrikov@gmail.com>2013-02-11 12:57:58 +0100
commitfe8938a83660c07036114c9b03a7d82dcc4bb6fe (patch)
treee0f284b1d8339e83a6b68b3bbd1851417035c964 /jacoco-maven-plugin.test
parentaad4684528c47165756e891f8a9a84a37e5b6366 (diff)
downloadjacoco-fe8938a83660c07036114c9b03a7d82dcc4bb6fe.tar.gz
Fix build
* maven-invoker-plugin should install required project artifacts into fake local repository, this requires upgrade of plugin to version 1.8 * lock versions of Maven, which can be used for build
Diffstat (limited to 'jacoco-maven-plugin.test')
-rw-r--r--jacoco-maven-plugin.test/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/jacoco-maven-plugin.test/pom.xml b/jacoco-maven-plugin.test/pom.xml
index 21783185..ad5a2655 100644
--- a/jacoco-maven-plugin.test/pom.xml
+++ b/jacoco-maven-plugin.test/pom.xml
@@ -51,14 +51,14 @@
<goal>install</goal>
</goals>
<settingsFile>it/settings.xml</settingsFile>
+ <extraArtifacts>
+ <extraArtifact>org.jacoco:org.jacoco.agent:${project.version}:jar:runtime</extraArtifact>
+ </extraArtifacts>
</configuration>
<executions>
<execution>
<goals>
- <!--
- Don't use goal "install", because first of all - we don't need it,
- and it causes failure of deployment - see http://jira.codehaus.org/browse/MINVOKER-107
- -->
+ <goal>install</goal>
<goal>run</goal>
</goals>
</execution>