[ 
https://issues.apache.org/jira/browse/MNG-6428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16562456#comment-16562456
 ] 

Hudson commented on MNG-6428:
-----------------------------

Build succeeded in Jenkins: Maven TLP » maven » MNG-6383-rebuild #9

See https://builds.apache.org/job/maven-box/job/maven/job/MNG-6383-rebuild/9/

> 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)

Reply via email to