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

rombert pushed a commit to annotated tag slingstart-maven-plugin-1.4.4
in repository 
https://gitbox.apache.org/repos/asf/sling-slingstart-maven-plugin.git

commit ca0b9d0c183ea3b50cf0e49dae01ae51302e30f4
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed May 11 15:21:20 2016 +0000

    SLING-4677 clarify javadoc on debugging options
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/slingstart-maven-plugin@1743389
 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/maven/slingstart/run/ServerConfiguration.java  | 6 +++++-
 src/main/java/org/apache/sling/maven/slingstart/run/StartMojo.java  | 3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/sling/maven/slingstart/run/ServerConfiguration.java 
b/src/main/java/org/apache/sling/maven/slingstart/run/ServerConfiguration.java
index 7fe781a..8aa00fc 100644
--- 
a/src/main/java/org/apache/sling/maven/slingstart/run/ServerConfiguration.java
+++ 
b/src/main/java/org/apache/sling/maven/slingstart/run/ServerConfiguration.java
@@ -49,7 +49,11 @@ public class ServerConfiguration implements Serializable {
     /** The vm options. */
     private String vmOpts = DEFAULT_VM_OPTS;
 
-    /** Attach a debugger to the forked JVM. If set to "true", the process 
will allow a debugger to attach on port 8000. If set to some other string, that 
string will be appended to the vmOpts, allowing you to configure arbitrary 
debuggability options (without overwriting the other options specified through 
the vmOpts parameter).*/
+    /** 
+     * If set to {@code "true"}, the process will allow a debugger to connect 
on port 8000. 
+     * If set to some other string, that string will be appended to this 
server's {@code vmOpts}, allowing you to configure arbitrary debugging options.
+     * If the global configuration property {@link StartMojo#debug} is set on 
the mojo itself, it will be used instead.
+     */
     private String debug;
 
     /** Additional application options. */
diff --git a/src/main/java/org/apache/sling/maven/slingstart/run/StartMojo.java 
b/src/main/java/org/apache/sling/maven/slingstart/run/StartMojo.java
index f8dd965..928204f 100644
--- a/src/main/java/org/apache/sling/maven/slingstart/run/StartMojo.java
+++ b/src/main/java/org/apache/sling/maven/slingstart/run/StartMojo.java
@@ -77,7 +77,8 @@ public class StartMojo extends AbstractMojo {
     
     /**
      * Overwrites debug parameter of all server configurations (if set).
-     * Attaches a debugger to the forked JVM. If set to "true", the process 
will allow a debugger to attach on port 8000. If set to some other string, that 
string will be appended to the vmOpts, allowing you to configure arbitrary 
debuggability options (without overwriting the other options specified through 
the vmOpts parameter of the servers).
+     * Attaches a debugger to the forked JVM. If set to {@code "true"}, the 
process will allow a debugger to connect on port 8000. 
+     * If set to some other string, that string will be appended to the 
server's {@code vmOpts}, allowing you to configure arbitrary debugging options.
      */
     @Parameter(property = "launchpad.debug")
     protected String debug;

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to