Thomas Cunningham created CAMEL-18757:
-----------------------------------------
Summary: camel-bom should specify <type>pom</type> for pom-only
artifact like camel-*-parent
Key: CAMEL-18757
URL: https://issues.apache.org/jira/browse/CAMEL-18757
Project: Camel
Issue Type: Bug
Reporter: Thomas Cunningham
camel-bom should specify <type>pom</type> for pom-only artifact like
camel-*-parent
Example:
{code:java}
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-salesforce-parent</artifactId>
<version>${project.version}</version>
</dependency> {code}
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)