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/04/01 14:56:39 UTC

[brooklyn-ui] branch master updated: generate ServiceComponent record to avoid the ERROR in the log re that service

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-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new d6f1b19  generate ServiceComponent record to avoid the ERROR in the log re that service
d6f1b19 is described below

commit d6f1b19c1bad76507675bf328f0c3d6dc65b51dd
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Thu Apr 1 15:54:34 2021 +0100

    generate ServiceComponent record to avoid the ERROR in the log re that service
---
 modularity-server/external-modules/pom.xml  | 1 +
 modularity-server/metadata-registry/pom.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/modularity-server/external-modules/pom.xml b/modularity-server/external-modules/pom.xml
index 9f5e517..a6e359d 100644
--- a/modularity-server/external-modules/pom.xml
+++ b/modularity-server/external-modules/pom.xml
@@ -99,6 +99,7 @@
                     </execution>
                 </executions>
                 <configuration>
+                    <exportScr>true</exportScr>
                     <instructions>
                         <Import-Package>
                             org.slf4j,
diff --git a/modularity-server/metadata-registry/pom.xml b/modularity-server/metadata-registry/pom.xml
index 7a5bcbb..bdb7284 100644
--- a/modularity-server/metadata-registry/pom.xml
+++ b/modularity-server/metadata-registry/pom.xml
@@ -111,6 +111,7 @@
                     </execution>
                 </executions>
                 <configuration>
+                    <exportScr>true</exportScr>
                     <instructions>
                         <Import-Package>
                             javax.ws.rs,