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

rombert pushed a commit to branch issue/SLING-11945
in repository 
https://gitbox.apache.org/repos/asf/sling-feature-launcher-maven-plugin.git


The following commit(s) were added to refs/heads/issue/SLING-11945 by this push:
     new 158ca31  SLING-11945 - Document the new repositoryUrls launch parameter
158ca31 is described below

commit 158ca31f7ac517ac77233d6292553fa1b0bd29be
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Mon Jul 10 12:50:38 2023 +0300

    SLING-11945 - Document the new repositoryUrls launch parameter
    
    Document default values for the repository URLs
---
 .../java/org/apache/sling/maven/feature/launcher/StartMojo.java   | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git 
a/src/main/java/org/apache/sling/maven/feature/launcher/StartMojo.java 
b/src/main/java/org/apache/sling/maven/feature/launcher/StartMojo.java
index e97eff0..dc18b84 100644
--- a/src/main/java/org/apache/sling/maven/feature/launcher/StartMojo.java
+++ b/src/main/java/org/apache/sling/maven/feature/launcher/StartMojo.java
@@ -101,6 +101,14 @@ public class StartMojo extends AbstractMojo {
      *  <JAVA_HOME>...</JAVA_HOME>
      * </environmentVariables>}
      * </pre>
+     * 
+     * <p>The repository URLs replace the default values set by the Feature 
Launcher. These default values are:
+     * <ul>
+     *   <li>The local Maven repository at $HOME/.m2/repository</li>
+     *   <li>The Maven Central repository</li>
+     *   <li>The Apache Snapshots repository</li>
+     * </ul>
+     * </p>
      */
     @Parameter(required = true)
     private List<Launch> launches;

Reply via email to