This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag slingstart-maven-plugin-1.1.0 in repository https://gitbox.apache.org/repos/asf/sling-slingstart-maven-plugin.git
commit d5508d263eb9265e49d5b3cb8dca2d261d4ba587 Author: Carsten Ziegeler <[email protected]> AuthorDate: Wed Apr 15 01:44:21 2015 +0000 Use maven.skip.test as the property for skipping the start/stop goals git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/slingstart-maven-plugin@1673612 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/sling/maven/slingstart/run/StartMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 36bad60..0dd54b5 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 @@ -66,7 +66,7 @@ public class StartMojo extends AbstractMojo { * Set this to "true" to skip starting the launchpad * */ - @Parameter(property = "launchpad.skip", defaultValue = "false") + @Parameter(property = "maven.test.skip", defaultValue = "false") protected boolean skipLaunchpad; /** -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
