This is an automated email from the ASF dual-hosted git repository.
rombert pushed a change to branch feature/SLING-9526
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git.
from 9bc6b00 SLING-9526 - Allow launching feature model applications in
external processes, non-blocking
add abd496e SLING-9526 - Allow launching feature model applications in
external processes, non-blocking
No new revisions were added by this update.
Summary of changes:
.../sling/maven/feature/launcher/Launch.java | 21 ++++++
.../sling/maven/feature/launcher/StartMojo.java | 16 ++--
.../sling/maven/feature/launcher/LaunchTest.java | 85 ++++++++++++++++++++++
3 files changed, 114 insertions(+), 8 deletions(-)
create mode 100644
feature-launcher-maven-plugin/src/test/java/org/apache/sling/maven/feature/launcher/LaunchTest.java