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-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new f797a91 releng: improve description of validate mojo
f797a91 is described below
commit f797a91406f1976d32577442996f06df2d448ed8
Author: Konrad Windszus <[email protected]>
AuthorDate: Fri Dec 25 14:05:28 2020 +0100
releng: improve description of validate mojo
---
.../main/java/org/apache/sling/maven/bundlesupport/ValidationMojo.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/sling-maven-plugin/src/main/java/org/apache/sling/maven/bundlesupport/ValidationMojo.java
b/sling-maven-plugin/src/main/java/org/apache/sling/maven/bundlesupport/ValidationMojo.java
index faa3ba1..79a9502 100644
---
a/sling-maven-plugin/src/main/java/org/apache/sling/maven/bundlesupport/ValidationMojo.java
+++
b/sling-maven-plugin/src/main/java/org/apache/sling/maven/bundlesupport/ValidationMojo.java
@@ -46,7 +46,7 @@ import org.codehaus.plexus.util.Scanner;
import org.sonatype.plexus.build.incremental.BuildContext;
/**
- * The <code>validate</code> goal checks the JSON code of a bundle.
+ * The <code>validate</code> goal validates all json files of a project. It
only ensures they are well-formed but not that they are valid against a schema.
*/
@Mojo(name = "validate", defaultPhase = LifecyclePhase.PROCESS_RESOURCES)
public class ValidationMojo extends AbstractMojo {