Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.5.0
-
None
-
Unknown
Description
I'd like to reuse a version `jaxb-core-version` in camel-quarkus project. I noticed, that the definition of version is placed in pom.xml (not parent/pom.xml), therefore can not be reused.
I dug up a little bit into the history and found a comment from pom.xml
<!-- eclipse plugin need the jaxb in this pom.xml file -->
<!-- Make sure to keep JAXB version up to date in parent/pom.xml in the bottom of the file -->
, which was removed during removal of maven-eclipse-plugin ( that is retired since 2015)
Based on that comment, the fact that eclipse plugin was removed and successful local build with the fix, I think that those version definition should be moved to parent/pom.xml (where other version resides).
Attachments
Issue Links
- links to