Re: Assembly as dependency of the same project

2010-01-12 Thread Stephen Connolly
yes, but it's an ironic reference Sent from my [rhymes with tryPod] ;-) On 12 Jan 2010, at 21:52, Justin Edelson wrote: You realize that "Drink the Kool-Aid" has a negative connotation, right? Although now I'm going to be imagining a young Powers Booth playing Jason in "Maven: The Movi

RE: Assembly as dependency of the same project

2010-01-12 Thread Cecchi Sandrone
gt; -Original Message- > From: Cecchi Sandrone [mailto:cecchisandr...@gmail.com] > Sent: Tuesday, January 12, 2010 1:34 PM > To: users@maven.apache.org > Subject: Re: Assembly as dependency of the same project > > > Just to maintain the things not too complex. Fu

Re: Assembly as dependency of the same project

2010-01-12 Thread Justin Edelson
You realize that "Drink the Kool-Aid" has a negative connotation, right? Although now I'm going to be imagining a young Powers Booth playing Jason in "Maven: The Movie". On Tue, Jan 12, 2010 at 4:46 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > sounds like by not drinking the c

RE: Assembly as dependency of the same project

2010-01-12 Thread Lacoste, Dana (EB Software San Diego)
) Dana Lacoste -Original Message- From: Cecchi Sandrone [mailto:cecchisandr...@gmail.com] Sent: Tuesday, January 12, 2010 1:34 PM To: users@maven.apache.org Subject: Re: Assembly as dependency of the same project Just to maintain the things not too complex. Furthermore, the same beha

Re: Assembly as dependency of the same project

2010-01-12 Thread Stephen Connolly
sounds like by not drinking the coolaid and doing thinks the maven way (separate project) you are making things more complex than necessary Sent from my [rhymes with tryPod] ;-) On 12 Jan 2010, at 21:34, Cecchi Sandrone wrote: Just to maintain the things not too complex. Furthermore, th

Re: Assembly as dependency of the same project

2010-01-12 Thread Cecchi Sandrone
Just to maintain the things not too complex. Furthermore, the same behavior I described is needed for XmlBeans class generation. I have a set of classes generated from XSDs and I want to package them into a jar and put it as a dependency of the project. justinedelson wrote: > > Why do you want

Re: Assembly as dependency of the same project

2010-01-12 Thread Justin Edelson
Why do you want to do this? It seems like it'd be much simpler to have a separate project to produce the web service client. Justin On Tue, Jan 12, 2010 at 4:24 PM, Cecchi Sandrone wrote: > > Hi all, > I have the following issue... > > The pom of my project is the following: > > artifactId: it.m