[
https://issues.apache.org/jira/browse/CAMEL-18757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17641282#comment-17641282
]
Thomas Cunningham commented on CAMEL-18757:
-------------------------------------------
Sounds good on 3.18 - I noticed while working on it that the parent/pom.xml
wasn't being automatically updated and I though that was by design. I was
doing
mvn camel-package:prepare-parent-pom
to generate the parent pom segment.
> camel-bom should specify <type>pom</type> for pom-only artifacts like
> camel-*-parent
> ------------------------------------------------------------------------------------
>
> Key: CAMEL-18757
> URL: https://issues.apache.org/jira/browse/CAMEL-18757
> Project: Camel
> Issue Type: Task
> Components: build system
> Affects Versions: 3.18.3
> Reporter: Thomas Cunningham
> Assignee: Thomas Cunningham
> Priority: Major
> Fix For: 3.20.0
>
>
> 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)