Interface MavenPluginManager

  • All Known Implementing Classes:
    DefaultMavenPluginManager

    public interface MavenPluginManager
    Provides basic services to manage Maven plugins and their mojos. This component is kept general in its design such that the plugins/mojos can be used in arbitrary contexts. In particular, the mojos can be used for ordinary build plugins as well as special purpose plugins like reports.
    Since:
    3.0
    Author:
    Benjamin Bentmann