You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by iu...@apache.org on 2021/10/28 10:19:42 UTC

[brooklyn-ui] branch master updated: Change this maven module back to a bundle, otherwise the config files are not loaded

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0f69eea  Change this maven module back to a bundle, otherwise the config files are not loaded
     new c78ff5e  Merge pull request #308 from tbouron/fix/ui-metadata-registry
0f69eea is described below

commit 0f69eea010fcdd36cc5defeeb6b6d9c2110bf48d
Author: Thomas Bouron <th...@cloudsoftcorp.com>
AuthorDate: Thu Oct 28 09:46:21 2021 +0100

    Change this maven module back to a bundle, otherwise the config files are not loaded
---
 modularity-server/metadata-registry/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modularity-server/metadata-registry/pom.xml b/modularity-server/metadata-registry/pom.xml
index b582c0c..630496a 100644
--- a/modularity-server/metadata-registry/pom.xml
+++ b/modularity-server/metadata-registry/pom.xml
@@ -30,7 +30,7 @@
 
     <artifactId>brooklyn-ui-metadata-registry</artifactId>
     <name>Brooklyn UI :: Modularity Server :: UI Metadata Registry</name>
-    <packaging>jar</packaging>
+    <packaging>bundle</packaging>
 
     <dependencies>
         <dependency>