[
https://issues.apache.org/jira/browse/CAMEL-13051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16742229#comment-16742229
]
Claus Ibsen commented on CAMEL-13051:
-------------------------------------
We can merge these 4 calls into a single call instead
{code}
[INFO] --- camel-package-maven-plugin:3.0.0-SNAPSHOT:generate-components-list
(generate) @ camel-linkedin-parent ---
[INFO]
[INFO] --- camel-package-maven-plugin:3.0.0-SNAPSHOT:generate-dataformats-list
(generate) @ camel-linkedin-parent ---
[INFO]
[INFO] --- camel-package-maven-plugin:3.0.0-SNAPSHOT:generate-languages-list
(generate) @ camel-linkedin-parent ---
[INFO]
[INFO] --- camel-package-maven-plugin:3.0.0-SNAPSHOT:generate-others-list
(generate) @ camel-linkedin-parent ---
[INFO] Generated
/Users/davsclaus/workspace/camel/components/camel-linkedin/target/generated/camel/others/META-INF/services/org/apache/camel/other.properties
{code}
> camel3 - build system needs to generate component.properties
> ------------------------------------------------------------
>
> Key: CAMEL-13051
> URL: https://issues.apache.org/jira/browse/CAMEL-13051
> Project: Camel
> Issue Type: Task
> Components: build system
> Affects Versions: 3.0.0
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Critical
> Fix For: 3.0.0
>
>
> We now generate more of the meta files in the META-INF/services folder. But
> the JARs from 2.x vs 3.0 is not exactly the same.
> The component.properties dataformat.properties language.properties files is
> currently not being generated.
> Some of our tooling depends on that these files are there.
> For example the camel-catalog is not correct, try to compare its 2.x JAR vs
> 3.0 JAR, and you can then find out much more what is wrong currently with the
> 3.0 branch.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)