Class 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 GenerateCodeTestsMojo
    Deprecated.
    • Constructor Detail

      • PrepareTestsMojo

        public PrepareTestsMojo()
        Deprecated.
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Deprecated.
        Specified by:
        execute in interface org.apache.maven.plugin.Mojo
        Overrides:
        execute in class QuarkusBootstrapMojo
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException