[ http://jira.codehaus.org/browse/MNG-2104?page=all ]
     
Brett Porter closed MNG-2104:
-----------------------------

     Assign To: Brett Porter
    Resolution: Won't Fix

this isn't necessary. If you declare:

org.apache.maven.model.FileSet fileSet;

You can use it in your plugin. It was redeclared in the clean plugin to allow 
it to be used in a List. This wouldn't be necessary if this was used instead:

org.apache.maven.model.FileSet[] fileSets;

If we decide in the future to add more common types to plugin-api then this 
might be under consideration.

> FileSet type should be available to all user created plugins
> ------------------------------------------------------------
>
>          Key: MNG-2104
>          URL: http://jira.codehaus.org/browse/MNG-2104
>      Project: Maven 2
>         Type: New Feature

>   Components: Plugins and Lifecycle
>     Reporter: ruel loehr
>     Assignee: Brett Porter
>     Priority: Minor

>
>
> Recently, for the copy plugin a FileSet type was created.  Due to the fact 
> that many plugins could make use of this feature, it should be made available 
> to all.   In order to use it in it's current form, we have to copy this class 
> into each of our plugins.   It should probably somehow be a part of the 
> AbstractMojo.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to