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