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

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

James Netherton created CAMEL-15426:
---------------------------------------

             Summary: 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
             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)