[Carbon-dev] Using Maven dependency exclusions

2011-02-22 Thread Samisa Abeysinghe
So are we going to do this on trunk? If so when? Do we not how to do it right? -- Forwarded message -- From: Sameera Jayasoma Date: Tue, Feb 22, 2011 at 7:49 AM Subject: Re: [Carbon-dev] Carbon 3.2.0 depending Axis2 1.6.x branch To: Thilina Buddhika Cc: carbon-dev On Tue, F

Re: [Carbon-dev] Using Maven dependency exclusions

2011-02-22 Thread Sumedha Rubasinghe
On Wed, Feb 23, 2011 at 7:08 AM, Samisa Abeysinghe wrote: > So are we going to do this on trunk? If so when? > > Do we not how to do it right? > We do know how to do it. But AFAIK that knowledge is only within few of us. Most importantly everyone should understand, -Why we should do it? -How we

Re: [Carbon-dev] Using Maven dependency exclusions

2011-02-23 Thread Afkham Azeez
There are a large number of dependencies where we are not interested in transitives. In those cases, we can use the excludeTransitive flag. http://maven.apache.org/plugins/maven-dependency-plugin/resolve-mojo.html On Wed, Feb 23, 2011 at 7:33 AM, Sumedha Rubasinghe wrote: > > > On Wed, Feb 23,

Re: [Carbon-dev] Using Maven dependency exclusions

2011-02-23 Thread Isuru Suriarachchi
On Wed, Feb 23, 2011 at 7:33 AM, Sumedha Rubasinghe wrote: > > > On Wed, Feb 23, 2011 at 7:08 AM, Samisa Abeysinghe wrote: > >> So are we going to do this on trunk? If so when? >> >> Do we not how to do it right? >> > > We do know how to do it. But AFAIK that knowledge is only within few of us. >

Re: [Carbon-dev] Using Maven dependency exclusions

2011-02-23 Thread Sameera Jayasoma
AFAIK, There is no way to exclude all the transitive dependencies at once[1]. Btw, this is a feature requested my many users. Thanks Sameera [1]. http://jira.codehaus.org/browse/MNG-2315 On Wed, Feb 23, 2011 at 4:34 PM, Afkham Azeez wrote: > There are a large number of dependencies where we ar

Re: [Carbon-dev] Using Maven dependency exclusions

2011-02-23 Thread Sameera Jayasoma
On Wed, Feb 23, 2011 at 4:58 PM, Isuru Suriarachchi wrote: > > > On Wed, Feb 23, 2011 at 7:33 AM, Sumedha Rubasinghe wrote: > >> >> >> On Wed, Feb 23, 2011 at 7:08 AM, Samisa Abeysinghe wrote: >> >>> So are we going to do this on trunk? If so when? >>> >>> Do we not how to do it right? >>> >> >>

Re: [Carbon-dev] Using Maven dependency exclusions

2011-02-23 Thread Sameera Jayasoma
Hi Folks, We came up with following action items for the Carbon trunk. - Use Maven dependency exclusions properly to exclude unused dependencies. This will significantly improve build time. But this needs to be done with extra care. - All the Maven plugins used across the Carbon p

Re: [Carbon-dev] Using Maven dependency exclusions

2011-02-24 Thread Senaka Fernando
On Thu, Feb 24, 2011 at 12:34 PM, Sameera Jayasoma wrote: > Hi Folks, > > We came up with following action items for the Carbon trunk. > > >- Use Maven dependency exclusions properly to exclude unused >dependencies. This will significantly improve build time. But this needs > to >be

Re: [Carbon-dev] Using Maven dependency exclusions

2011-02-24 Thread Sameera Jayasoma
On Thu, Feb 24, 2011 at 3:22 PM, Senaka Fernando wrote: > > > On Thu, Feb 24, 2011 at 12:34 PM, Sameera Jayasoma wrote: > >> Hi Folks, >> >> We came up with following action items for the Carbon trunk. >> >> >>- Use Maven dependency exclusions properly to exclude unused >>dependencies. Th

Re: [Carbon-dev] Using Maven dependency exclusions

2011-02-24 Thread Senaka Fernando
Hi Sameera, On Thu, Feb 24, 2011 at 3:34 PM, Sameera Jayasoma wrote: > > > On Thu, Feb 24, 2011 at 3:22 PM, Senaka Fernando wrote: > >> >> >> On Thu, Feb 24, 2011 at 12:34 PM, Sameera Jayasoma wrote: >> >>> Hi Folks, >>> >>> We came up with following action items for the Carbon trunk. >>> >>> >

Re: [Carbon-dev] Using Maven dependency exclusions

2011-02-26 Thread Senaka Fernando
Hi Sameera, On Thu, Feb 24, 2011 at 6:19 PM, Senaka Fernando wrote: > Hi Sameera, > > On Thu, Feb 24, 2011 at 3:34 PM, Sameera Jayasoma wrote: > >> >> >> On Thu, Feb 24, 2011 at 3:22 PM, Senaka Fernando wrote: >> >>> >>> >>> On Thu, Feb 24, 2011 at 12:34 PM, Sameera Jayasoma wrote: >>> Hi

Re: [Carbon-dev] Using Maven dependency exclusions

2011-02-27 Thread Sanjiva Weerawarana
Have we made progress on this (beautiful) plan ;-) ?? I built axiom and see lots of crazy deps being pulled down. Can you point me to a place where this has been fixed so I can see exactly what needs to be done (I'm doing this with the 3.1.0 branch but if trunk is better (and if the simple build w

Re: [Carbon-dev] Using Maven dependency exclusions

2011-02-27 Thread Samisa Abeysinghe
On Mon, Feb 28, 2011 at 8:41 AM, Sanjiva Weerawarana wrote: > Have we made progress on this (beautiful) plan ;-) ?? I built axiom and see > lots of crazy deps being pulled down. > > Can you point me to a place where this has been fixed so I can see exactly > what needs to be done (I'm doing this w

Re: [Carbon-dev] Using Maven dependency exclusions

2011-02-27 Thread Sameera Jayasoma
On Mon, Feb 28, 2011 at 8:46 AM, Samisa Abeysinghe wrote: > > > On Mon, Feb 28, 2011 at 8:41 AM, Sanjiva Weerawarana wrote: > >> Have we made progress on this (beautiful) plan ;-) ?? I built axiom and >> see lots of crazy deps being pulled down. >> >> Can you point me to a place where this has be