You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2017/02/22 09:20:29 UTC

svn commit: r1783985 - /sling/site/trunk/content/documentation/development/slingstart.mdtext

Author: kwin
Date: Wed Feb 22 09:20:29 2017
New Revision: 1783985

URL: http://svn.apache.org/viewvc?rev=1783985&view=rev
Log:
SLING-6068 document improved lookup behaviour of launchpads

Modified:
    sling/site/trunk/content/documentation/development/slingstart.mdtext

Modified: sling/site/trunk/content/documentation/development/slingstart.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/slingstart.mdtext?rev=1783985&r1=1783984&r2=1783985&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/slingstart.mdtext (original)
+++ sling/site/trunk/content/documentation/development/slingstart.mdtext Wed Feb 22 09:20:29 2017
@@ -289,7 +289,7 @@ Use the goal with name `start` to start
 
 1. the file path given in the configuration field `launchpadJar` or parameter `launchpad.jar`
 2. the slingstart artifact being referenced in the configuration element `launchpadDependency`
-3. the artifact being created through the Maven project itself (only if the current project has packaging `slingstart`)
+3. the artifact being created through the Maven project itself (through model definitions found below `src/main/provisioning` or `src/test/provisioning` which are consumed by the goals `prepare-package` and `package`([SLING-6068](https://issues.apache.org/jira/browse/SLING-6068)).
 4. the first dependency of type `slingstart`
 
 The server itself is configured within an element `server` below the configuration element `servers`. It supports the following configuration settings