Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.18.3
-
None
-
Unknown
Description
camel-bom should specify <type>pom</type> for pom-only artifact like camel-*-parent
Example:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-salesforce-parent</artifactId> <version>${project.version}</version> </dependency>
bom generator maven plugin could either look at the model for the artifact and check the type of the artifact and specify if it is a pom, or specify <type>pom</type> if name of the artifact is camel-*-parent.
Attachments
Issue Links
- is related to
-
CAMEL-18774 camel-bom - Do not include test-jar
- Resolved
- links to