This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch camel-3.9.x in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git
The following commit(s) were added to refs/heads/camel-3.9.x by this push: new ac557d9 CAMEL-16259 - Karaf examples don't get deployed ac557d9 is described below commit ac557d95574ae7519cefe9ea02e82af27ed255de Author: Tadayoshi Sato <sato.tadayo...@gmail.com> AuthorDate: Thu Apr 8 16:42:25 2021 +0900 CAMEL-16259 - Karaf examples don't get deployed --- examples/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/examples/pom.xml b/examples/pom.xml index e49b254..352837c 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -214,6 +214,17 @@ </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>${maven-jar-plugin-version}</version> + <configuration> + <archive> + <manifestFile>${camel.osgi.manifest}</manifestFile> + </archive> + </configuration> + </plugin> + <!-- update readme file --> <plugin> <groupId>org.apache.camel</groupId>