Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
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 .mvn/extensions.xml used in test:
<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>
Attachments
Issue Links
- is related to
-
MNG-6326 Build continues when core extensions aren't found
- Closed
- links to