Class PreprocessTestsMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.igormaznitsa.jcp.maven.PreprocessorMojo
com.igormaznitsa.jcp.maven.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: