Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-842

Add managed plugin support to MavenPluginFacet

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 1.2.3.Final
    • 1.2.2.Final
    • Build Tools - Maven
    • None

      Maven offers a way to handle plugins by using the "pluginManagement" feature (similar to the "dependencyManagement" one).
      The idea here is to enhance the MavenPluginFacet with the following methods:

         List<MavenPlugin> listConfiguredManagedPlugins();
         boolean hasManagedPlugin(Dependency dependency);
         MavenPlugin getManagedPlugin(Dependency dependency);
         void addManagedPlugin(MavenPlugin plugin);
         void removeManagedPlugin(Dependency dependency);
         void updateManagedPlugin(final MavenPlugin plugin); 
      

              charless_jira charles SALMON (Inactive)
              charless_jira charles SALMON (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: