You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/11/24 05:50:07 UTC

[karaf-cave] branch master updated: [KARAF-6526] Fix Cave Features Gateway shell commands registration

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-cave.git


The following commit(s) were added to refs/heads/master by this push:
     new e040c40  [KARAF-6526] Fix Cave Features Gateway shell commands registration
     new dc9a9fb  Merge pull request #32 from jbonofre/KARAF-6526
e040c40 is described below

commit e040c400e5c5e3b60aa6148bfdaa6b64193605d0
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Nov 24 06:26:43 2019 +0100

    [KARAF-6526] Fix Cave Features Gateway shell commands registration
---
 gateway/service/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gateway/service/pom.xml b/gateway/service/pom.xml
index 999b1f5..babb866 100644
--- a/gateway/service/pom.xml
+++ b/gateway/service/pom.xml
@@ -71,6 +71,10 @@
     <build>
         <plugins>
             <plugin>
+                <groupId>org.apache.karaf.tooling</groupId>
+                <artifactId>karaf-services-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>