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 <[email protected]> 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 -->
