You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by df...@apache.org on 2021/04/20 18:29:42 UTC

[camel-karaf-examples] 03/03: CAMEL-16259 - Karaf examples don't get deployed

This is an automated email from the ASF dual-hosted git repository.

dfoulks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git

commit aa7846efa7ad20cb84572125e1d0fcf583a130ad
Author: Tadayoshi Sato <sa...@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 3f09a86..14cd24b 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>