-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
linux RHEL, java 8, maven 3.3, check against jenkins version 1.610 & 1.613.
Hi,
When I use toolchains, I set toolchains.xml file in ~/.m2.
If I build a job with maven 3.2 it work.
If I build a job with maven 3.3 it fails with the error :
INFO] — maven-toolchains-plugin:1.1:toolchain (default) @ xxxxxxx —
[INFO] Required toolchain: jdk [ version='1.5' ]
[ERROR] No toolchain found for type jdk
[ERROR] Cannot find matching toolchain definitions for the following toolchain types:
jdk [ version='1.5' ]
It come from jenkins plugin, because when I launch "manually" maven 3.3 it work without issue.
- depends on
-
JENKINS-28629 Fix Apache Maven 3.3 support
- Resolved
- is related to
-
JENKINS-28629 Fix Apache Maven 3.3 support
- Resolved