File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 400400 </plugins >
401401 </build >
402402 </profile >
403+ <profile >
404+ <id >testWithJdk8</id >
405+ <activation >
406+ <property >
407+ <name >java-version.test.release</name >
408+ <value >8</value >
409+ </property >
410+ </activation >
411+ <build >
412+ <plugins >
413+ <!-- Copy additional modules -->
414+ <plugin >
415+ <artifactId >maven-resources-plugin</artifactId >
416+ <executions >
417+ <execution >
418+ <id >copy-resources</id >
419+ <phase >generate-test-resources</phase >
420+ <goals >
421+ <goal >copy-resources</goal >
422+ </goals >
423+ <configuration >
424+ <outputDirectory >${wildfly.target-dir} /modules/system/layers/base/</outputDirectory >
425+ <resources >
426+ <resource >
427+ <directory >src/test/modules/jdk8</directory >
428+ <filtering >true</filtering >
429+ </resource >
430+ </resources >
431+ </configuration >
432+ </execution >
433+ </executions >
434+ </plugin >
435+ </plugins >
436+ </build >
437+ </profile >
403438 <profile >
404439 <id >testWithJdk11+</id >
405440 <activation >
You can’t perform that action at this time.
0 commit comments