Package io.smallrye.graphql.mavenplugin
Class GenerateSchemaMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- io.smallrye.graphql.mavenplugin.GenerateSchemaMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate-schema", defaultPhase=PROCESS_CLASSES, requiresDependencyCollection=COMPILE_PLUS_RUNTIME, requiresDependencyResolution=COMPILE_PLUS_RUNTIME) public class GenerateSchemaMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGenerateSchemaMojo.MavenConfig
-
Constructor Summary
Constructors Constructor Description GenerateSchemaMojo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()static GenerateSchemaMojo.MavenConfiggetMavenConfig()
-
-
-
Method Detail
-
getMavenConfig
public static GenerateSchemaMojo.MavenConfig getMavenConfig()
- Returns:
- the configuration set by the plugin's parameters
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-