This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 1b7794e CAMEL-13051: Use single goal for generating and enriching metafiles for all the components. 1b7794e is described below commit 1b7794e490f1262b1f1e638cf045627d616f9b72 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Jan 14 17:45:37 2019 +0100 CAMEL-13051: Use single goal for generating and enriching metafiles for all the components. --- components/pom.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/components/pom.xml b/components/pom.xml index cf39fb2..c255ba7 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -313,10 +313,7 @@ <execution> <id>generate</id> <goals> - <goal>generate-components-list</goal> - <goal>generate-dataformats-list</goal> - <goal>generate-languages-list</goal> - <goal>generate-others-list</goal> + <goal>prepare-components</goal> <goal>generate-legal</goal> </goals> <phase>process-classes</phase>