[forge-issues] [JBoss JIRA] (FORGE-842) Add managed plugin support to MavenPluginFacet

George Gastaldi (JIRA) jira-events at lists.jboss.org
Fri Apr 5 18:16:48 EDT 2013


     [ https://issues.jboss.org/browse/FORGE-842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Gastaldi closed FORGE-842.
---------------------------------


    
> Add managed plugin support to MavenPluginFacet
> ----------------------------------------------
>
>                 Key: FORGE-842
>                 URL: https://issues.jboss.org/browse/FORGE-842
>             Project: Forge
>          Issue Type: Enhancement
>          Components: Maven Integration
>    Affects Versions: 1.2.2.Final
>            Reporter: charles SALMON
>            Assignee: charles SALMON
>             Fix For: 1.2.3.Final
>
>
> 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:
> {code:java}
>    List<MavenPlugin> listConfiguredManagedPlugins();
>    boolean hasManagedPlugin(Dependency dependency);
>    MavenPlugin getManagedPlugin(Dependency dependency);
>    void addManagedPlugin(MavenPlugin plugin);
>    void removeManagedPlugin(Dependency dependency);
>    void updateManagedPlugin(final MavenPlugin plugin); 
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-issues mailing list