Class EffectiveConfigMojo

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

    @Mojo(name="effective-config",
          requiresProject=true,
          threadSafe=true,
          defaultPhase=VALIDATE,
          requiresDependencyResolution=COMPILE_PLUS_RUNTIME)
    @Execute(phase=PROCESS_CLASSES)
    public class EffectiveConfigMojo
    extends AbstractExecutableMojo
    Defines the effective-config goal. This goal runs the effective-config Seed tool which dumps the effective configuration of the application.
    • Constructor Detail

      • EffectiveConfigMojo

        public EffectiveConfigMojo()
    • 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()