Create configuration for maven integration tests with JDK 8
This commit is contained in:
committed by
Space Team
parent
c4f4249e83
commit
74cb25c3eb
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user