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/10/30 05:02:44 UTC

[karaf] 02/02: [KARAF-6444] Fix on karaf-maven-example-client example

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

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

commit c636942bf9475cc9885a7a59e01dde6fe32ad425
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Oct 29 20:48:07 2019 +0100

    [KARAF-6444] Fix on karaf-maven-example-client example
    
    (cherry picked from commit c7dfd106e3de4326e09012b3a4360215578192a4)
---
 examples/karaf-maven-example/karaf-maven-example-client/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/examples/karaf-maven-example/karaf-maven-example-client/pom.xml b/examples/karaf-maven-example/karaf-maven-example-client/pom.xml
index 186f6ac..6f225d6 100644
--- a/examples/karaf-maven-example/karaf-maven-example-client/pom.xml
+++ b/examples/karaf-maven-example/karaf-maven-example-client/pom.xml
@@ -47,7 +47,9 @@
                             <host>localhost</host>
                             <port>8101</port>
                             <commands>
-                                <command>bundle:list -t 0</command>
+                                <command>
+                                    <command>bundle:list -t 0</command>
+                                </command>
                             </commands>
                         </configuration>
                     </execution>