[
https://issues.apache.org/jira/browse/MNG-6428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16532258#comment-16532258
]
Hudson commented on MNG-6428:
-----------------------------
Build failed in Jenkins: Maven TLP » maven » build-java8 #4
See https://builds.apache.org/job/maven-box/job/maven/job/build-java8/4/
> IT for MNG-5958 fails on Java 9+
> --------------------------------
>
> Key: MNG-6428
> URL: https://issues.apache.org/jira/browse/MNG-6428
> Project: Maven
> Issue Type: Bug
> Components: Integration Tests
> Reporter: Michael Osipov
> Assignee: Michael Osipov
> Priority: Major
>
> The failure lies in the parsing of the error log. It expects:
> {noformat}
> verifier.verifyTextInLog( "[ERROR] Internal error:
> java.lang.ClassCastException: "
> + "org.apache.maven.lifecycle.mapping.LifecyclePhase cannot
> be cast to java.lang.String -> [Help 1]" );
> {noformat}
> while Java 9+ includes the module name:
> {noformat}
> [ERROR] Internal error: java.lang.ClassCastException:
> org.apache.maven.lifecycle.mapping.LifecyclePhase cannot be cast to
> java.base/java.lang.String -> [Help 1]
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)