Class AbstractResolveMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
GoOfflineMojo, ResolveDependenciesMojo, ResolvePluginsMojo

public abstract class AbstractResolveMojo extends AbstractDependencyFilterMojo
Author:
Brian Fox
  • Field Details

    • outputFile

      @Parameter(property="outputFile") protected File outputFile
      If specified, this parameter causes the dependencies to be written to the path specified instead of the console.
      Since:
      2.0
    • appendOutput

      @Parameter(property="appendOutput", defaultValue="false") protected boolean appendOutput
      Whether to append outputs into the output file or overwrite it.
      Since:
      2.2
    • excludeReactor

      @Parameter(property="excludeReactor", defaultValue="true") protected boolean excludeReactor
      Don't resolve plugins that are in the current reactor.
      Since:
      2.7
  • Constructor Details

    • AbstractResolveMojo

      public AbstractResolveMojo()