aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.examples.test
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2015-03-14 21:39:30 +0100
committerEvgeny Mandrikov <mandrikov@gmail.com>2015-03-14 21:42:32 +0100
commitf2e4299d7b12adb250fc1dccfb69d9273f27c95a (patch)
treee79a588ad927246edb96c90f312dfb7ff462cb0f /org.jacoco.examples.test
parentd4da8360f96f71357a379c6ebe5bd6d3d63e36ce (diff)
downloadjacoco-f2e4299d7b12adb250fc1dccfb69d9273f27c95a.tar.gz
GitHub #297: fix execution of integration tests for Examples with JDK 9
Diffstat (limited to 'org.jacoco.examples.test')
-rw-r--r--org.jacoco.examples.test/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.jacoco.examples.test/pom.xml b/org.jacoco.examples.test/pom.xml
index 08aa653f..0171a89b 100644
--- a/org.jacoco.examples.test/pom.xml
+++ b/org.jacoco.examples.test/pom.xml
@@ -118,6 +118,10 @@
</executions>
<configuration>
<projectsDirectory>${project.build.directory}/build/examples</projectsDirectory>
+ <properties>
+ <maven.compiler.source>${maven.compiler.source}</maven.compiler.source>
+ <maven.compiler.target>${maven.compiler.target}</maven.compiler.target>
+ </properties>
</configuration>
</plugin>
</plugins>