Robert Munteanu created SLING-9526: -------------------------------------- Summary: Allow launching feature model applications in external processes, non-blocking Key: SLING-9526 URL: https://issues.apache.org/jira/browse/SLING-9526 Project: Sling Issue Type: Improvement Components: Maven Plugins and Archetypes Reporter: Robert Munteanu Fix For: slingfeature-maven-plugin 1.3.6
It is currently not easily possible to launch a FM-based application as part of an integration test, as the {{slingfeature-maven-plugin:launch}} goal always blocks. I think we should keep this goal as-is, and add two new goals: - start - stop The plugin can then take a list of launch configurations that will be started and stopped without blocking, and used in integration tests. -- This message was sent by Atlassian Jira (v8.3.4#803005)