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

Hudson commented on MINVOKER-299:
---------------------------------

Build failed in Jenkins: Maven » Maven TLP » maven-invoker-plugin » master #12

See 
https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-invoker-plugin/job/master/12/

> IT test filtering-extensions fails on Maven 3.8.5
> -------------------------------------------------
>
>                 Key: MINVOKER-299
>                 URL: https://issues.apache.org/jira/browse/MINVOKER-299
>             Project: Maven Invoker Plugin
>          Issue Type: Bug
>            Reporter: Slawomir Jaranowski
>            Assignee: Slawomir Jaranowski
>            Priority: Major
>             Fix For: 3.3.0
>
>
> There are two issues:
>  - unparsable xml - duplicate root tag {{<extensions>}}
>  - given artifact in test not exist anywhere, so can not be found 
> Before MNG-6326 such errors was skipped.
> original {{.mvn/extensions.xml}} used in test:
> {code:xml}
> <extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0"; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>     xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 
> http://maven.apache.org/xsd/core-extensions-1.0.0.xsd";>
> <extensions>
>   <extension>
>     <groupId>@project.groupId@</groupId>
>     <artifactId>@project.artifactId@</artifactId>
>     <version>@project.version@</version>
>   </extension>
> </extensions>
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to