Package io.quarkus.maven
Class GenerateCodeTestsMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- io.quarkus.maven.QuarkusBootstrapMojo
-
- io.quarkus.maven.GenerateCodeMojo
-
- io.quarkus.maven.GenerateCodeTestsMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
PrepareTestsMojo
@Mojo(name="generate-code-tests", defaultPhase=GENERATE_TEST_SOURCES, requiresDependencyResolution=COMPILE_PLUS_RUNTIME, threadSafe=true) public class GenerateCodeTestsMojo extends GenerateCodeMojo
-
-
Field Summary
-
Fields inherited from class io.quarkus.maven.QuarkusBootstrapMojo
bootstrapProvider
-
-
Constructor Summary
Constructors Constructor Description GenerateCodeTestsMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoExecute()Main mojo execution code-
Methods inherited from class io.quarkus.maven.GenerateCodeMojo
beforeExecute, getParentDirs
-
Methods inherited from class io.quarkus.maven.QuarkusBootstrapMojo
appArtifactCoords, baseDir, bootstrapApplication, bootstrapApplication, buildDir, execute, executionId, finalName, forcedDependencies, ignoredEntries, manifestEntries, manifestSections, mavenProject, mavenSession, projectId, properties, remoteRepositories, remoteRepositoryManager, repositorySystem, repositorySystemSession, setLog
-
-
-
-
Method Detail
-
doExecute
protected void doExecute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureExceptionDescription copied from class:QuarkusBootstrapMojoMain mojo execution code- Overrides:
doExecutein classGenerateCodeMojo- Throws:
org.apache.maven.plugin.MojoExecutionException- in case of a failureorg.apache.maven.plugin.MojoFailureException- in case of a failure
-
-