This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/master by this push: new a490935 Use the new camel-component-maven-plugin from Camel 3.4 #357 new da85544 Merge pull request #384 from lburgazzoli/github-357 a490935 is described below commit a49093582688d62a5b480a462927698e1c830bc9 Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Thu Jul 9 15:41:58 2020 +0200 Use the new camel-component-maven-plugin from Camel 3.4 #357 --- camel-knative/camel-knative/pom.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/camel-knative/camel-knative/pom.xml b/camel-knative/camel-knative/pom.xml index e0288c7..ef0ba2d 100644 --- a/camel-knative/camel-knative/pom.xml +++ b/camel-knative/camel-knative/pom.xml @@ -93,17 +93,13 @@ </plugin> <plugin> <groupId>org.apache.camel</groupId> - <artifactId>camel-package-maven-plugin</artifactId> + <artifactId>camel-component-maven-plugin</artifactId> <version>${camel.version}</version> - <configuration> - <failFast>false</failFast> - </configuration> <executions> <execution> <id>generate</id> <goals> - <goal>generate-component</goal> - <goal>generate-configurer</goal> + <goal>generate</goal> </goals> <phase>process-classes</phase> </execution>