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 5d238a2 CAMEL-13051: The camel-package-maven-plugin updated after the recent change with generating more component metafiles instead of having them in the source. 5d238a2 is described below commit 5d238a2ae5dbfd01c4ed8dbd89e25c6e7c2ff893 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Jan 14 09:25:53 2019 +0100 CAMEL-13051: The camel-package-maven-plugin updated after the recent change with generating more component metafiles instead of having them in the source. --- components/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/pom.xml b/components/pom.xml index 7b5d005..cf39fb2 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -316,6 +316,7 @@ <goal>generate-components-list</goal> <goal>generate-dataformats-list</goal> <goal>generate-languages-list</goal> + <goal>generate-others-list</goal> <goal>generate-legal</goal> </goals> <phase>process-classes</phase> @@ -359,6 +360,9 @@ <directory>${basedir}/target/generated/camel/languages</directory> </resource> <resource> + <directory>${basedir}/target/generated/camel/others</directory> + </resource> + <resource> <directory>${basedir}/target/generated/camel/legal</directory> </resource> </resources>