Class EffectiveTestConfigMojo

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

    @Mojo(name="effective-test-config",
          requiresProject=true,
          threadSafe=true,
          defaultPhase=VALIDATE,
          requiresDependencyResolution=TEST)
    @Execute(phase=PROCESS_TEST_CLASSES)
    public class EffectiveTestConfigMojo
    extends AbstractExecutableMojo
    Defines the effective-test-config goal. This goal runs the effective-config Seed tool with the test classpath, which dumps the effective test configuration.
    • Constructor Detail

      • EffectiveTestConfigMojo

        public EffectiveTestConfigMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException
      • getContext

        public Context getContext()