Class TestJDeprScanMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="test-jdeprscan", requiresDependencyResolution=TEST, defaultPhase=PROCESS_TEST_CLASSES, threadSafe=true) public class TestJDeprScanMojo extends BaseJDeprScanMojo
Scans test classes with jdeprscan
Since:
3.0.0
Author:
Robert Scholte
  • Constructor Details

    • TestJDeprScanMojo

      @Inject public TestJDeprScanMojo(org.apache.maven.toolchain.ToolchainManager toolchainManager)
  • Method Details