You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "ruel loehr (JIRA)" <ji...@codehaus.org> on 2006/02/22 22:07:35 UTC

[jira] Created: (MNG-2104) FileSet type should be available to all user created plugins

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
    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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-2104) FileSet type should be available to all user created plugins

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org