Radu Cotescu created SLING-4620:
-----------------------------------
Summary: Slingstart plugin start goal exits even if
launchpad.keep.running is set to true
Key: SLING-4620
URL: https://issues.apache.org/jira/browse/SLING-4620
Project: Sling
Issue Type: Bug
Components: Maven Plugins and Archetypes
Reporter: Radu Cotescu
Fix For: Slingstart Maven Plugin 1.0.6
After adapting the Sightly Testing launchpad from SLING-4599 I noticed that the
Maven execution of the Slingstart plugin exits even if the
{{launchpad.keep.running}} property is set to {{true}}:
{noformat}
$ mvn slingstart:start -Dlaunchpad.keep.running=true
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Sling Scripting Sightly Integration Tests 1.0.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- slingstart-maven-plugin:1.0.5-SNAPSHOT:start (default-cli) @
org.apache.sling.scripting.sightly.testing ---
[INFO] Starting Launchpad jackrabbit-8080...
[INFO] Started Launchpad jackrabbit-8080 [jackrabbit, 8080]
[INFO] Press CTRL-C to stop launchpad instance(s)...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 39.028 s
[INFO] Finished at: 2015-04-14T18:07:42+03:00
[INFO] Final Memory: 11M/160M
[INFO] ------------------------------------------------------------------------
{noformat}
I noticed that the {{controlport}} file does not get created under
{{target/jackrabbit-8080/sling/conf}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)