[ https://issues.apache.org/jira/browse/MNG-8218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17877133#comment-17877133 ]
Guillaume Nodet edited comment on MNG-8218 at 8/27/24 6:22 PM: --------------------------------------------------------------- [~delany] It fails for me but with an unrelated problem: a missing version on commons-io. And if I add a valid version to this dependency, the build works with beta-3. was (Author: gnt): [~delany] It fails for me but with an unrelated problem: a missing version on commons-io. And if I add a valid version to this dependency, the build works with alpha-3. > Non-normalized paths are compared which fails when using relativePath > --------------------------------------------------------------------- > > Key: MNG-8218 > URL: https://issues.apache.org/jira/browse/MNG-8218 > Project: Maven > Issue Type: Bug > Components: Core > Affects Versions: 4.0.0-alpha-9, 4.0.0-beta-3 > Reporter: Delany > Priority: Major > Attachments: 4.0.0-alpha-9-output.log, MNG-8218.tar > > > Given a project structure of > > parent/pom.xml > > parent/common/pom.xml > > parent/common_biometriccommon/pom.xml > Where the common module pom references submodules like so > {code:java} > <modules> > <module>../common_biometriccommon</module> {code} > And the biometriccommon child module references its parent > {code:java} > <relativePath>../common/pom.xml</relativePath> > </parent> {code} > The build is successful with 3.9.9 but fails in Maven 4 with an Internal > error: java.lang.IllegalStateException: No unique Source for ... > -- This message was sent by Atlassian Jira (v8.20.10#820010)