Skip to content

Point the module POMs at the 6.1.0-SNAPSHOT parent - #8

Open
dionmcm wants to merge 1 commit into
developfrom
fix/child-pom-parent-version
Open

Point the module POMs at the 6.1.0-SNAPSHOT parent#8
dionmcm wants to merge 1 commit into
developfrom
fix/child-pom-parent-version

Conversation

@dionmcm

@dionmcm dionmcm commented Aug 29, 2026

Copy link
Copy Markdown
Member

The root POM moved to 6.1.0-SNAPSHOT, but both modules still declare <parent> 6.0.0.

Maven resolves a parent by relativePath first and falls back to the repositories, so with no 6.0.0 parent on the filesystem and none published, it fails at POM read time:

Non-resolvable parent POM for org.ihtsdo.drools:snomed-drools-engine:6.0.0:
org.ihtsdo.drools:snomed-drools:pom:6.0.0 was not found

Found while rebasing another branch onto develop after you merged #6IHTSDO#11 — thank you for those. Nothing else here depends on this beyond needing a green build.

The root POM moved to 6.1.0-SNAPSHOT, but both modules still declare
<parent> 6.0.0. Maven resolves a parent by relativePath first and falls back to
the repositories, so with no 6.0.0 parent on the filesystem and none published
it fails at POM read time:

  Non-resolvable parent POM for org.ihtsdo.drools:snomed-drools-engine:6.0.0:
  org.ihtsdo.drools:snomed-drools:pom:6.0.0 was not found

This happens before anything is compiled, so `mvn test` on develop currently
fails for every module. With the two versions aligned the reactor builds and all
34 tests pass.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant