[ 
https://issues.apache.org/jira/browse/CAMEL-18757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Cunningham updated CAMEL-18757:
--------------------------------------
    Description: 
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.

 

  was:
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.

 


> 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: Bug
>            Reporter: Thomas Cunningham
>            Assignee: Thomas Cunningham
>            Priority: Major
>
> 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)

Reply via email to