Re: any way to exclude many or all transitive dependencies with exclusions ?

2007-06-02 Thread Jason van Zyl
It's a feature for Maven 2.1. The single exclude to prune a whole  
section of the graph.


On 1 Jun 07, at 3:10 AM 1 Jun 07, nicolas de loof wrote:


Hello,

Spring 2.1-m2 changed spring packaging and I had to revisit my POM.  
I get
lot's of dependencies conflicts as many other dependencies  
introduce old

spring modules as transitive dependencies.

I'll have to set a huge number of exclude to make it work. Is  
there any

way to use exclude with some patterns, like :
groupIdorg.springframework/groupId
artifactId*/artifactId ?

I've tried to provide only groupId (no artifactId) but this doesn't  
work as

I expected.

Nico.


Thanks,

Jason

--
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
--




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



any way to exclude many or all transitive dependencies with exclusions ?

2007-06-01 Thread nicolas de loof

Hello,

Spring 2.1-m2 changed spring packaging and I had to revisit my POM. I get
lot's of dependencies conflicts as many other dependencies introduce old
spring modules as transitive dependencies.

I'll have to set a huge number of exclude to make it work. Is there any
way to use exclude with some patterns, like :
groupIdorg.springframework/groupId
artifactId*/artifactId ?

I've tried to provide only groupId (no artifactId) but this doesn't work as
I expected.

Nico.