[
https://jira.codehaus.org/browse/MEAR-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Scholte closed MEAR-73.
------------------------------
Resolution: Won't Fix
[r1544305|http://svn.apache.org/r1544305] is an integration test which confirm
that the following construction works for Maven3:
{code:xml}
<dependency>
<groupId>GROUPID</groupId>
<artifactId>ARTIFACTID</artifactId>
<version>VERSION</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
{code}
So it seems like Aether has already implemented the wildcard expressions for
exclusions. Since this is the correct way, I'm not going to provide a solution
just for M2.
> Property to disable transitive dependencies resolving
> -----------------------------------------------------
>
> Key: MEAR-73
> URL: https://jira.codehaus.org/browse/MEAR-73
> Project: Maven Ear Plugin
> Issue Type: Improvement
> Reporter: Thomas Hart
> Assignee: Robert Scholte
> Attachments: ear.jpg, patch2.txt, patch.txt
>
>
> We have ears with a lot of modules. So the transitive dependencies are very
> huge and to exclude all these with {{<excluded>true</excluded>}} is no
> option. Also to mark these dependencies with optional is no way. It is
> possible to create a new property for that?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira