[
https://issues.apache.org/jira/browse/MJLINK-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Scholte moved MCOMPILER-440 to MJLINK-53:
------------------------------------------------
Key: MJLINK-53 (was: MCOMPILER-440)
Project: Maven JLink Plugin (was: Maven Compiler Plugin)
> ITs should fail if no jlink binary is available
> -----------------------------------------------
>
> Key: MJLINK-53
> URL: https://issues.apache.org/jira/browse/MJLINK-53
> Project: Maven JLink Plugin
> Issue Type: Improvement
> Reporter: Benjamin Marwell
> Priority: Major
>
> 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)