Class PreprocessTestsMojo

  • All Implemented Interfaces:
    PreprocessorLogger, org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="preprocessTests",
          defaultPhase=GENERATE_TEST_SOURCES,
          threadSafe=true,
          requiresProject=true)
    public class PreprocessTestsMojo
    extends PreprocessorMojo
    The Mojo is auxiliary wrapper over the standard preprocess mojo to automate providing of TRUE as the 'useTestSources' flag.
    Since:
    6.1.1
    See Also:
    PreprocessorMojo