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 9bbfdc5 Added forgotten supported bundle type
new fe2165d Merge pull request #309 from iuliana/fix/bundle-supported-type
9bbfdc5 is described below
commit 9bbfdc5c0fbe8dd0422db63e574c4cc2449f57f7
Author: iuliana <[email protected]>
AuthorDate: Fri Nov 12 11:41:46 2021 +0000
Added forgotten supported bundle type
---
modularity-server/metadata-registry/pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/modularity-server/metadata-registry/pom.xml
b/modularity-server/metadata-registry/pom.xml
index 630496a..1aba449 100644
--- a/modularity-server/metadata-registry/pom.xml
+++ b/modularity-server/metadata-registry/pom.xml
@@ -112,6 +112,9 @@
</executions>
<configuration>
<exportScr>true</exportScr>
+ <supportedProjectTypes>
+ <supportedProjectType>jar</supportedProjectType>
+ </supportedProjectTypes>
<instructions>
<!-- exportScr above and below from
https://felix.apache.org/documentation/faqs/apache-felix-bundle-plugin-faq.html
-->