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-slingstart-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new d6203e5 fix javadoc for attachArtifact
d6203e5 is described below
commit d6203e5aaadc1ad10bc11625bf7f8f1d92299da3
Author: Konrad Windszus <[email protected]>
AuthorDate: Fri Dec 15 09:27:50 2017 +0100
fix javadoc for attachArtifact
---
src/main/java/org/apache/sling/maven/slingstart/PackageMojo.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/sling/maven/slingstart/PackageMojo.java
b/src/main/java/org/apache/sling/maven/slingstart/PackageMojo.java
index 9aeed02..6922e74 100644
--- a/src/main/java/org/apache/sling/maven/slingstart/PackageMojo.java
+++ b/src/main/java/org/apache/sling/maven/slingstart/PackageMojo.java
@@ -54,7 +54,7 @@ public class PackageMojo extends AbstractSlingStartMojo {
protected boolean createWebapp;
/**
- * If set to {@code true} does not attach the generated artifact to Maven.
+ * If set to {@code false} does not attach the generated artifact to Maven.
* This setting does only apply if the packaging of the current Maven
project is not "slingstart".
*/
@Parameter(defaultValue="true")
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].