aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.examples.test
diff options
context:
space:
mode:
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>