You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/12/17 09:57:35 UTC

[brooklyn-server] 04/06: fix typo

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

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit c0ebf0e3753fa8f85f131dc9b5a77573a0545879
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Fri Dec 17 09:45:29 2021 +0000

    fix typo
---
 karaf/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/karaf/pom.xml b/karaf/pom.xml
index 945bc67..cfaad5e 100644
--- a/karaf/pom.xml
+++ b/karaf/pom.xml
@@ -140,7 +140,7 @@
             <version>0.12</version>
             <configuration>
                 <consoleOutput>true</consoleOutput>
-                <excludes combine.children="append">q
+                <excludes combine.children="append">
                     <!-- Exclude sandbox because not part of distribution: not in tgz, and not uploaded to maven-central -->
                     <exclude>sandbox/**</exclude>
                     <!-- Exclude release because not part of distribution: not in tgz, and not uploaded to maven-central -->