Benjamin Marwell created MCOMPILER-440:
------------------------------------------
Summary: ITs should fail if no jlink binary is available
Key: MCOMPILER-440
URL: https://issues.apache.org/jira/browse/MCOMPILER-440
Project: Maven Compiler Plugin
Issue Type: Improvement
Reporter: Benjamin Marwell
Hi,
currently the ITs will just be skipped if no jlink binary is available:
{code:java}
[INFO] --- maven-invoker-plugin:3.2.1:integration-test (integration-test) @
maven-jlink-plugin ---
107[INFO] Running 2 setup jobs:
108[INFO] Building: setup-jar-module-info/pom.xml
109[INFO] setup-jar-module-info/pom.xml .................... SKIPPED
due to JRE version
110[INFO] Building: setup-jar/pom.xml
111[INFO] setup-jar/pom.xml ................................ SKIPPED
due to JRE version
112[INFO] Setup done.
113[INFO] Building: MJLINK-3_improveVerboseOutput/pom.xml
114[INFO] MJLINK-3_improveVerboseOutput/pom.xml ............ SKIPPED
due to JRE version
115[INFO] Building: MJLINK-4_dependencyResolution/pom.xml
116[INFO] MJLINK-4_dependencyResolution/pom.xml ............ SKIPPED
due to JRE version
117[INFO] Building: MJLINK-26/pom.xml
118[INFO] MJLINK-26/pom.xml ................................ SKIPPED
due to JRE version
119
{code}
Source:
[https://github.com/bmarwell/maven-jlink-plugin/runs/1343140417?check_suite_focus=true#step:11:1]
However, building this project (maven-mjlink-plugin) with JDK8 should be
supported using jlink via toolchains.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)