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/11/13 11:14:13 UTC

[brooklyn-server] 17/28: need bundle included as a supported type for felix plugin

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 62860860aab659c1f52fda40872a5848d51e3ec0
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Wed Nov 10 11:46:53 2021 +0000

    need bundle included as a supported type for felix plugin
---
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index d2211af..7605850 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1469,6 +1469,7 @@
                         <configuration>
                             <supportedProjectTypes>
                                 <supportedProjectType>jar</supportedProjectType>
+                                <supportedProjectType>bundle</supportedProjectType>
                             </supportedProjectTypes>
                             <instructions>
                                 <!-- OSGi specific instruction -->