Create configuration for maven integration tests with JDK 8

This commit is contained in:
Bogdan Mukvich
2023-04-27 16:38:01 +02:00
committed by Space Team
parent c4f4249e83
commit 74cb25c3eb
5 changed files with 12 additions and 0 deletions
@@ -161,6 +161,18 @@
<goal>run</goal>
</goals>
</execution>
<execution>
<id>integration-test-java8</id>
<configuration>
<projectsDirectory>src/it/java8</projectsDirectory>
<cloneProjectsTo>${project.build.directory}/it/java8</cloneProjectsTo>
<javaHome>${jdk_1_8}</javaHome>
</configuration>
<goals>
<goal>install</goal>
<goal>run</goal>
</goals>
</execution>
<execution>
<id>integration-test-java9</id>
<configuration>