Skip to content

Introduce maven dependency management section for plc4x project. - #1703

Open
splatch wants to merge 1 commit into
developfrom
pom-updates
Open

Introduce maven dependency management section for plc4x project.#1703
splatch wants to merge 1 commit into
developfrom
pom-updates

Conversation

@splatch

@splatch splatch commented Jul 16, 2024

Copy link
Copy Markdown
Contributor

An experimental move of versions to a single place. This allows importing of plc4x parent as BOM for downstream projects.

@splatch splatch self-assigned this Jul 16, 2024
Signed-off-by: Łukasz Dywicki <luke@code-house.org>
@chrisdutz

Copy link
Copy Markdown
Contributor

But as all is the same version anyway.... Not quite sure what the benefit is.

I understand in spring and spring-boot this can be challenging, as everything is in different versions.
I particularly like that you instantly know what dependency is an inner-project dependency (the ones with an explicit version) and which ones are not (the ones without).... And for the parent relationship you can't get rid of the versions anyway.

@ottlukas ottlukas removed the feature label Mar 5, 2025
@chrisdutz

Copy link
Copy Markdown
Contributor

I could imagine that having a separate "bom" artifact, that defines the versions of all modules so users could simply import that as potentially being valuable, but even in that case would I leave the versions of reactor modules in the pom.

I've seen this over the last 20 years ... if you're continuously switching versions you always have to scroll up to see in the parent pom version to know where you're currently located.

The maintenance work doesn't really exist at all as the release plugin nicely updates all of this for you.

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.

3 participants