Robert Scholte created MNG-8223:
-----------------------------------
Summary: DefaultTransformerContextBuilder fails incorrectly with
No Unique Source
Key: MNG-8223
URL: https://issues.apache.org/jira/browse/MNG-8223
Project: Maven
Issue Type: Improvement
Affects Versions: 4.0.0-beta-3
Reporter: Robert Scholte
suppose the following structure:
* multimodule-thirdparty
* multimodule-private
* multimodule-all
private and thirdparty are 2 different repos. For my private project I need
some changes in thirdparty as well.
I want to build both using multimodule-all, with is a simple aggregator pom
referring to 2 modules: ../multimodule-thirdparty and ../multimodule-private
With Maven3 this works fine, but Maven4 complains about 2 paths not being
identical:
/absolute/path/to/multimodule-all/../multimodule-thirdparty/pom.xml is not
/absolute/path/to/multimodule-thirdparty/pom.xml
Somewhere down the road the path to the pom should be normalized, so they are
the same again.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)