This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
The following commit(s) were added to refs/heads/master by this push:
new 50d5128 SLING-9526 - Allow launching feature model applications in
external processes, non-blocking
50d5128 is described below
commit 50d51282ec8bfff81cebf8ce70bb5a001b667c4e
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Jun 24 22:46:10 2020 +0200
SLING-9526 - Allow launching feature model applications in external
processes, non-blocking
Include the feature-launcher-maven-plugin in the reactor
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 1b3d882..4aeb6b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,7 @@
<module>starter-system-info</module>
<module>metrics-prometheus</module>
<module>saml-handler</module>
+ <module>feature-launcher-maven-plugin</module>
</modules>
</project>