Class SchemaGeneratorMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- com.github.victools.jsonschema.plugin.maven.SchemaGeneratorMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate", defaultPhase=COMPILE, requiresDependencyResolution=COMPILE_PLUS_RUNTIME, requiresDependencyCollection=COMPILE_PLUS_RUNTIME, threadSafe=true) public class SchemaGeneratorMojo extends org.apache.maven.plugin.AbstractMojoMaven plugin for the victools/jsonschema-generator.
-
-
Constructor Summary
Constructors Constructor Description SchemaGeneratorMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()Invoke the schema generator.
-