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

Add managed plugin support to MavenPluginFacet

    XMLWordPrintable

Details

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

    Description

      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); 
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: