You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/08/12 14:43:45 UTC

[sling-maven-plugin] branch master updated: releng: some more javadoc fixes

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 b1fddea  releng: some more javadoc fixes
b1fddea is described below

commit b1fddeab81d6e342a0a988ed8da7d90919dfa5e9
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Aug 12 16:43:39 2022 +0200

    releng: some more javadoc fixes
---
 src/main/java/org/apache/sling/maven/bundlesupport/ValidationMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/maven/bundlesupport/ValidationMojo.java b/src/main/java/org/apache/sling/maven/bundlesupport/ValidationMojo.java
index 79a9502..f3edfe1 100644
--- a/src/main/java/org/apache/sling/maven/bundlesupport/ValidationMojo.java
+++ b/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 validates all json files of a project. It only ensures they are well-formed but not that they are valid against a schema.
+ * Validate all JSON files of a project. It only ensures they are well-formed but not that they are valid against a certain schema.
  */
 @Mojo(name = "validate", defaultPhase = LifecyclePhase.PROCESS_RESOURCES)
 public class ValidationMojo extends AbstractMojo {