You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Chris Love (JIRA)" <ji...@codehaus.org> on 2007/01/03 19:14:10 UTC

[jira] Created: (MDEP-54) Exclude and Include specific dependencies based on Artifact id or group name

Exclude and Include specific dependencies based on Artifact id or group name
----------------------------------------------------------------------------

                 Key: MDEP-54
                 URL: http://jira.codehaus.org/browse/MDEP-54
             Project: Maven 2.x Dependency Plugin
          Issue Type: New Feature
    Affects Versions: 2.0-alpha-1
            Reporter: Chris Love
         Assigned To: Brian Fox


new plugin parameters excludeArtifactId, includeArtifactId, excludeGroupId, includeGroupId
comma seperated lists
first will implement exact matching
laterz will implement regex matching

I want too be able too include or exclude specific jars.  Sometimes the dependent poms do not setup the scope well.  For example I do not want too deploy maven jars!

I recommend adding two different filters to match these 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-54) Exclude and Include specific dependencies based on Artifact id or group name

Posted by "Chris Love (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MDEP-54?page=all ]

Chris Love updated MDEP-54:
---------------------------

    Attachment: newFilters.patch

Patch of implementation of this feature.  Did not include regex matching because I based the filters off of the AbstractArtifactFeatureFilter

> Exclude and Include specific dependencies based on Artifact id or group name
> ----------------------------------------------------------------------------
>
>                 Key: MDEP-54
>                 URL: http://jira.codehaus.org/browse/MDEP-54
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.0-alpha-1
>            Reporter: Chris Love
>         Assigned To: Brian Fox
>         Attachments: newFilters.patch
>
>
> new plugin parameters excludeArtifactId, includeArtifactId, excludeGroupId, includeGroupId
> comma seperated lists
> first will implement exact matching
> laterz will implement regex matching
> I want too be able too include or exclude specific jars.  Sometimes the dependent poms do not setup the scope well.  For example I do not want too deploy maven jars!
> I recommend adding two different filters to match these 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-54) Exclude and Include specific dependencies based on Artifact id or group name

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MDEP-54?page=all ]

Brian Fox updated MDEP-54:
--------------------------

    Fix Version/s: 2.0-alpha-2

> Exclude and Include specific dependencies based on Artifact id or group name
> ----------------------------------------------------------------------------
>
>                 Key: MDEP-54
>                 URL: http://jira.codehaus.org/browse/MDEP-54
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.0-alpha-1
>            Reporter: Chris Love
>         Assigned To: Brian Fox
>             Fix For: 2.0-alpha-2
>
>         Attachments: newFilters.patch
>
>
> new plugin parameters excludeArtifactId, includeArtifactId, excludeGroupId, includeGroupId
> comma seperated lists
> first will implement exact matching
> laterz will implement regex matching
> I want too be able too include or exclude specific jars.  Sometimes the dependent poms do not setup the scope well.  For example I do not want too deploy maven jars!
> I recommend adding two different filters to match these 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] Closed: (MDEP-54) Exclude and Include specific dependencies based on Artifact id or group name

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MDEP-54?page=all ]

Brian Fox closed MDEP-54.
-------------------------

    Resolution: Fixed

committed and deployed as maven-dependency-plugin-2.0-alpha-2-20070115.023030-2.jar.

Thanks for the contribution!

> Exclude and Include specific dependencies based on Artifact id or group name
> ----------------------------------------------------------------------------
>
>                 Key: MDEP-54
>                 URL: http://jira.codehaus.org/browse/MDEP-54
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.0-alpha-1
>            Reporter: Chris Love
>         Assigned To: Brian Fox
>             Fix For: 2.0-alpha-2
>
>         Attachments: newFilters.patch
>
>
> new plugin parameters excludeArtifactId, includeArtifactId, excludeGroupId, includeGroupId
> comma seperated lists
> first will implement exact matching
> laterz will implement regex matching
> I want too be able too include or exclude specific jars.  Sometimes the dependent poms do not setup the scope well.  For example I do not want too deploy maven jars!
> I recommend adding two different filters to match these 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