You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Kapil Singal (Jira)" <ji...@apache.org> on 2022/04/14 00:43:00 UTC

[jira] [Updated] (MNG-7461) Maven to exclude list/wildcard of groupId's or artifactId's from particular repository

     [ https://issues.apache.org/jira/browse/MNG-7461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kapil Singal updated MNG-7461:
------------------------------
    Description: 
Let's say an artifact with GAV :: com.abc : xyz : 0.0.1-SNAOPSHOT is present in repositoryA and repositoryB.

Want Maven settings to define in such a way, so-that maven only try to pull artifact xyz from repositoryA.
To achieve same, an excludes xml chunk can be defined under repository definition for repositoryB within settings.xml

  was:
Let's say an artifact with GAV :: com.abc : xyz : 0.0.1-SNAOPSHOT is present in repositoryA and repositoryB.

Want Maven settings to define in such a way, so-that maven only try to pull artifact xyz from repositoryA, to achieve same there excludes xml chunk can be defined under repository definition for repositoryB within settings.xml


> Maven to exclude list/wildcard of groupId's or artifactId's from particular repository
> --------------------------------------------------------------------------------------
>
>                 Key: MNG-7461
>                 URL: https://issues.apache.org/jira/browse/MNG-7461
>             Project: Maven
>          Issue Type: Improvement
>          Components: Settings
>            Reporter: Kapil Singal
>            Priority: Major
>
> Let's say an artifact with GAV :: com.abc : xyz : 0.0.1-SNAOPSHOT is present in repositoryA and repositoryB.
> Want Maven settings to define in such a way, so-that maven only try to pull artifact xyz from repositoryA.
> To achieve same, an excludes xml chunk can be defined under repository definition for repositoryB within settings.xml



--
This message was sent by Atlassian Jira
(v8.20.1#820001)