Exclude all dependencies

2011-06-27 Thread Phillip Hellewell
Is there any syntax for excluding all (transitive) dependencies? For example, I would like to be able to write something like this: dependencies dependency groupIdmygroup/groupId artifactIdmycomp/artifactId version1.0/version exclusions*/exclusions /dependency

Re: Exclude all dependencies

2011-06-27 Thread Stephen Connolly
sadly not yet On 27 June 2011 15:53, Phillip Hellewell ssh...@gmail.com wrote: Is there any syntax for excluding all (transitive) dependencies? For example, I would like to be able to write something like this:  dependencies    dependency      groupIdmygroup/groupId      

Re: How do I exclude ALL dependencies from a dependency?

2008-06-24 Thread Andrew Madu
bump! Hi, I have a requirement to specify a dependency in my pom whilst excluding all of it's associated dependencies. The exclusion tag enables me to specify dependencies I do not need, but only one at a time! How do I do a global exclusion of a dependency? -- Regards Andrew

How do I exclude ALL dependencies from a dependency?

2008-06-22 Thread Andrew Madu
Hi, I have a requirement to specify a dependency in my pom whilst excluding all of it's associated dependencies. The exclusion tag enables me to specify dependencies I do not need, but only one at a time! How do I do a global exclusion of a dependency? -- Regards Andrew