-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
jboss-fuse-6.0, jboss-fuse-6.1, jboss-fuse-6.2, jboss-fuse-6.3
-
None
-
%
-
Bom is providing plugin defintion in "dependencyManagement" isntead of "pluginManagement"
I spotted the camel-maven-plugin
it means that when launching camel:run if user has not specified a version for the maven-camel-plugin (as he/she expectes to have it from the bom), it will take the latest version isntead of the corresponding plugin version.
it seems that it has been fixed in newer version as there is a pluginmanagement line:
https://github.com/fabric8io/fabric8/blob/master/custom-bom.xml.vm#L95
- is related to
-
ENTESB-7221 No way of specifying plugin versions in BOM
- Closed
-
FUSETOOLS-2504 Latest internally available camel-maven-plugin available is not working and templates are using the latest one instead of the version corresponding to the bom
- Closed
-
MNG-5588 Loading...