You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dan Tran (JIRA)" <ji...@codehaus.org> on 2008/07/24 14:40:26 UTC

[jira] Created: (MDEP-173) Support 'includes' in purge-local-repository

Support 'includes' in purge-local-repository
--------------------------------------------

                 Key: MDEP-173
                 URL: http://jira.codehaus.org/browse/MDEP-173
             Project: Maven 2.x Dependency Plugin
          Issue Type: Improvement
          Components: purge-local-repository
    Affects Versions: 2.0
            Reporter: Dan Tran
            Assignee: Brian Fox


The current configuration only supports excludes, which can be very cumbersome since I only need to purge on single artifact among a long list of dependencies.

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

        

[jira] Updated: (MDEP-173) Support 'includes' in purge-local-repository

Posted by "Nicolas Cazottes (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MDEP-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Cazottes updated MDEP-173:
----------------------------------

    Attachment: delta-MDEP-173.zip

Addition of sources changes in order to correct this issue.
The zip contains the files modified after getting the sources from the 2.3 version of the plugin.
The zip contains the java code of the PurgeLocalRepositoryMojo and an example on how to use it.

> Support 'includes' in purge-local-repository
> --------------------------------------------
>
>                 Key: MDEP-173
>                 URL: https://jira.codehaus.org/browse/MDEP-173
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Improvement
>          Components: purge-local-repository
>    Affects Versions: 2.0
>            Reporter: Dan Tran
>            Assignee: Brian Fox
>         Attachments: delta-MDEP-173.zip
>
>
> The current configuration only supports excludes, which can be very cumbersome since I only need to purge on single artifact among a long list of dependencies.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MDEP-173) Support 'includes' in purge-local-repository

Posted by "Nicolas Cazottes (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MDEP-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=276673#comment-276673 ] 

Nicolas Cazottes commented on MDEP-173:
---------------------------------------

Hi,

I resolved this issue by updating the PurgeLocalRepositoryMojo. The implementation is quite simple and in the same way of usage as the excludes configuration.

Could you integrate it in a future version of the plugin please.

Thanks.

> Support 'includes' in purge-local-repository
> --------------------------------------------
>
>                 Key: MDEP-173
>                 URL: https://jira.codehaus.org/browse/MDEP-173
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Improvement
>          Components: purge-local-repository
>    Affects Versions: 2.0
>            Reporter: Dan Tran
>            Assignee: Brian Fox
>         Attachments: delta-MDEP-173.zip
>
>
> The current configuration only supports excludes, which can be very cumbersome since I only need to purge on single artifact among a long list of dependencies.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MDEP-173) Support 'includes' in purge-local-repository

Posted by "Paul Gier (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MDEP-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Gier closed MDEP-173.
--------------------------

    Resolution: Fixed

I updated the patch to work with recent changes to the plugin.  I also added a separate manualIncludes parameter which allows artifacts to be purged which are not in the dependency tree of the current project.
http://svn.apache.org/viewvc?view=revision&revision=1399955
                
> Support 'includes' in purge-local-repository
> --------------------------------------------
>
>                 Key: MDEP-173
>                 URL: https://jira.codehaus.org/browse/MDEP-173
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Improvement
>          Components: purge-local-repository
>    Affects Versions: 2.0
>            Reporter: Dan Tran
>            Assignee: Paul Gier
>             Fix For: 2.6
>
>         Attachments: delta-MDEP-173.zip
>
>
> The current configuration only supports excludes, which can be very cumbersome since I only need to purge on single artifact among a long list of dependencies.

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

        

[jira] (MDEP-173) Support 'includes' in purge-local-repository

Posted by "Paul Gier (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MDEP-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Gier updated MDEP-173:
---------------------------

    Fix Version/s: 2.6
         Assignee: Paul Gier  (was: Brian Fox)
    
> Support 'includes' in purge-local-repository
> --------------------------------------------
>
>                 Key: MDEP-173
>                 URL: https://jira.codehaus.org/browse/MDEP-173
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Improvement
>          Components: purge-local-repository
>    Affects Versions: 2.0
>            Reporter: Dan Tran
>            Assignee: Paul Gier
>             Fix For: 2.6
>
>         Attachments: delta-MDEP-173.zip
>
>
> The current configuration only supports excludes, which can be very cumbersome since I only need to purge on single artifact among a long list of dependencies.

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