You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2020/08/19 13:37:00 UTC

[jira] [Assigned] (CAMEL-15426) camel-main should not package test resource configurer config

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

Claus Ibsen reassigned CAMEL-15426:
-----------------------------------

    Assignee: Claus Ibsen

> camel-main should not package test resource configurer config
> -------------------------------------------------------------
>
>                 Key: CAMEL-15426
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15426
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-main
>    Affects Versions: 3.5.0
>            Reporter: James Netherton
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 3.5.0
>
>
> camel main has two test resources:
> src/test/resources/META-INF/services/org/apache/camel/configurer/MySecondBar
> src/test/resources/META-INF/services/org/apache/camel/configurer/MySecondFoo
> These seem to end up being packaged in the camel-main JAR:
> {code}
> jar tvf camel-main-3.5.0-SNAPSHOT.jar | grep MySecond  
>    108 Wed Jan 22 15:10:16 GMT 2020 META-INF/services/org/apache/camel/configurer/MySecondBar
>    108 Wed Jan 22 15:10:16 GMT 2020 META-INF/services/org/apache/camel/configurer/MySecondFoo
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)