Package io.quarkus.maven
Class PrepareTestsMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- io.quarkus.maven.QuarkusBootstrapMojo
-
- io.quarkus.maven.GenerateCodeMojo
-
- io.quarkus.maven.GenerateCodeTestsMojo
-
- io.quarkus.maven.PrepareTestsMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Deprecated @Mojo(name="prepare-tests", defaultPhase=GENERATE_TEST_SOURCES, requiresDependencyResolution=COMPILE_PLUS_RUNTIME, threadSafe=true) public class PrepareTestsMojo extends GenerateCodeTestsMojoDeprecated.
-
-
Field Summary
-
Fields inherited from class io.quarkus.maven.QuarkusBootstrapMojo
bootstrapProvider
-
-
Constructor Summary
Constructors Constructor Description PrepareTestsMojo()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidexecute()Deprecated.-
Methods inherited from class io.quarkus.maven.GenerateCodeTestsMojo
doExecute
-
Methods inherited from class io.quarkus.maven.GenerateCodeMojo
beforeExecute, getParentDirs
-
Methods inherited from class io.quarkus.maven.QuarkusBootstrapMojo
appArtifactCoords, baseDir, bootstrapApplication, bootstrapApplication, buildDir, executionId, finalName, forcedDependencies, ignoredEntries, manifestEntries, manifestSections, mavenProject, mavenSession, projectId, properties, remoteRepositories, remoteRepositoryManager, repositorySystem, repositorySystemSession, setLog
-
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureExceptionDeprecated.- Specified by:
executein interfaceorg.apache.maven.plugin.Mojo- Overrides:
executein classQuarkusBootstrapMojo- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
-