Class ValidationMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.sling.maven.bundlesupport.ValidationMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="validate", defaultPhase=PROCESS_RESOURCES) public class ValidationMojo extends org.apache.maven.plugin.AbstractMojo
Validate all JSON files of a project. It only ensures they are well-formed but not that they are valid against a certain schema.
-
-
Constructor Summary
Constructors Constructor Description ValidationMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-