Class AbstractResolveMojo

    • Field Detail

      • outputFile

        @Parameter(property="outputFile")
        protected java.io.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 Detail

      • AbstractResolveMojo

        public AbstractResolveMojo()