[
https://issues.apache.org/jira/browse/MINVOKER-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17958459#comment-17958459
]
Olivier Lamy commented on MINVOKER-299:
---------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-invoker-plugin#534|https://github.com/apache/maven-invoker-plugin/issues/534].
> 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 (Moved to GitHub Issues)
> 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.10#820010)