[ https://issues.apache.org/jira/browse/MINVOKER-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Slawomir Jaranowski updated MINVOKER-299: ----------------------------------------- Description: 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 {{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} > 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 {{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)