[
https://issues.apache.org/jira/browse/MNG-5855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14703165#comment-14703165
]
Samuel Wu commented on MNG-5855:
--------------------------------
The whole content of the toolchain.xml was not posted in
https://bugs.eclipse.org/bugs/show_bug.cgi?id=472084.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=472084#c0 was the part which
caused the compile error. The following id is actually included in the
toolchain.xml and was ignored.
<toolchain>
<type>jdk</type>
<provides>
<id>J2SE-1.5</id>
</provides>
<configuration>
<jdkHome>/shared/common/jdk-1.5.0-22.x86_64/jre</jdkHome>
</configuration>
</toolchain>
That's what the Eclipse team identified it as a Maven problem.
> Maven 3.3.3 ignores the customized Toolchain
> --------------------------------------------
>
> Key: MNG-5855
> URL: https://issues.apache.org/jira/browse/MNG-5855
> Project: Maven
> Issue Type: Bug
> Components: Bootstrap & Build
> Affects Versions: 3.3.3
> Reporter: Samuel Wu
> Labels: patch
> Fix For: 3.3.7
>
>
> This is an Eclipse build in the Hudson environment. Maven 3.3.3 was used to
> run the build and a customized Toolchain is defined by --toolchains option.
> But the customized toolchain location is ignored by Maven and the default
> user toolchain in the directoy ~/.m2 is always picked up.
> See https://bugs.eclipse.org/bugs/show_bug.cgi?id=472084 for more details.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)