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/12/09 10:17:26 UTC

[sling-org-apache-sling-models-validation-impl] branch master updated: add more comments explaining config of slingstart-maven-plugin

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-validation-impl.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d3c381  add more comments explaining config of slingstart-maven-plugin
5d3c381 is described below

commit 5d3c38103d81037b3250829cd08c0f1f9cdeafee
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Sat Dec 9 11:17:23 2017 +0100

    add more comments explaining config of slingstart-maven-plugin
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 93663e5..4deefba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,6 +115,7 @@
                 </executions>
                 <configuration>
                     <servers>
+                        <!-- this configuration applies to both 'start' and 'stop' -->
                         <server>
                             <id>singleinstance</id>
                             <port>${http.port}</port>
@@ -122,6 +123,7 @@
                             <stdOutFile>sling/logs/stdout.log</stdOutFile>
                         </server>
                     </servers>
+                    <!-- this configuration only applies to 'prepare-package' and 'package' -->
                     <disableExtendingMavenClasspath>true</disableExtendingMavenClasspath>
                 </configuration>
             </plugin>

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].