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. |
|
@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. |
|
Kay is correct Also, |
|
Again, failing to understand the divine advantages of maven, I think I would like a |
|
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. |
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.
All reactions