You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Slawomir Jaranowski (Jira)" <ji...@apache.org> on 2022/04/06 19:14:00 UTC

[jira] [Comment Edited] (MINVOKER-299) IT test filtering-extensions fails on Maven 3.8.5

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

Slawomir Jaranowski edited comment on MINVOKER-299 at 4/6/22 7:13 PM:
----------------------------------------------------------------------

I described a problem - is it ok?


was (Author: slawekjaranowski):
I described a problem - is it ok

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