Replies: 5 comments
-
I was wondering myself, and I have no clue about maven, really, but I think the idea is to use some maven-release-tool that patches all the pom files. |
Beta Was this translation helpful? Give feedback.
-
@kasemir, that is correct. The release plugin edits the pom files, though I have to admit I have not run the release cycle using a property. |
Beta Was this translation helpful? Give feedback.
-
Kay is correct Also, |
Beta Was this translation helpful? Give feedback.
-
Again, failing to understand the divine advantages of maven, I think I would like a |
Beta Was this translation helpful? Give feedback.
-
Note I would go further and use something like https://github.com/qoomon/maven-git-versioning-extension or https://github.com/ccampo133/maven-git-version Makes it super nice that the version comes from the git tag and you don't need multiple PRs to change version every time. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
It seems that all the modules have similar life cycles (a new module version is released for each Phoebus version).
I'm wondering if there is a reason to have not centralized phoebus sub-modules version in parent pom ?
For instance, instead of having
We can put a variable ${phoebus.version} defined as follow in the parent pom :
And used as follow everywhere :
Are there any constraints related to the build process or other factors that explain this choice?
Regards,
Florian.
Beta Was this translation helpful? Give feedback.
All reactions