Re: [m2] multi-project problems

2006-07-20 Thread Brill Pappin
r future (note the clock adjustment is tongue in cheak and only > something i resort to for demonstration purposes). > > John > > > - Original Message - > From: "Lee Meador" <[EMAIL PROTECTED]> > To: "Maven Users List" > Sent: Wednesday, March

Re: [m2] multi-project problems

2006-03-22 Thread Wayne Fay
: "Lee Meador" <[EMAIL PROTECTED]> > To: "Maven Users List" > Sent: Wednesday, March 01, 2006 6:52 PM > Subject: Re: [m2] multi-project problems > > > >I would love to see an example of the pom content(s) for a working > >Cobertura > > repo

Re: [m2] multi-project problems

2006-03-22 Thread John Allen
- Original Message - From: "Lee Meador" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Wednesday, March 01, 2006 6:52 PM Subject: Re: [m2] multi-project problems I would love to see an example of the pom content(s) for a working Cobertura report on a multi-

Re: [m2] multi-project problems

2006-03-22 Thread John Allen
quot;Maven Users List" Sent: Wednesday, March 01, 2006 2:28 PM Subject: RE: [m2] multi-project problems if you put something in the plugins section of the parent, it will run with the parent. To do what you want, you should put the config in the parent's pluginManagement section. Then

Re: [m2] multi-project problems

2006-03-01 Thread Lee Meador
t > > > > > > > > org.codehaus.mojo > > changelog-maven-plugin > > > > > > > > > > On 3/1/06, Brian E. Fox <[EMAIL PROTECTED]>

Re: [m2] multi-project problems

2006-03-01 Thread David Sag
gt;     > > On 3/1/06, Brian E. Fox <[EMAIL PROTECTED]> wrote: > > > > There might be a reportManagement section, there is a dependencyManagement > > section. Take a look at the project descriptor under "where is it" on the > > maven

Re: [m2] multi-project problems

2006-03-01 Thread Lee Meador
e project descriptor under "where is it" on the > maven page. > > > > From: David Sag [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 01, 2006 10:40 AM > To: Maven Users List > Subject: RE: [m2] multi-project problems > > &

RE: [m2] multi-project problems

2006-03-01 Thread David Sag
PROTECTED] > Sent: Wednesday, March 01, 2006 10:40 AM > To: Maven Users List > Subject: RE: [m2] multi-project problems > > > > Hi Brian, > > Your suggestion worked well, while it's not quite what I was after > (I wanted to leave the build details out of th

RE: [m2] multi-project problems

2006-03-01 Thread Brian E. Fox
aven Users List Subject: RE: [m2] multi-project problems Hi Brian, Your suggestion worked well, while it's not quite what I was after (I wanted to leave the build details out of the sub-project altogether) but hey, we can't always get what we want. But there is no equivalent for t

RE: [m2] multi-project problems

2006-03-01 Thread Brian E. Fox
ha. hard-won experience. From: David Sag [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 9:51 AM To: Maven Users List Subject: RE: [m2] multi-project problems Hi Brian, thanks for that tip - i'll give it a try now. where are you getting

RE: [m2] multi-project problems

2006-03-01 Thread David Sag
___ > > From: David Sag [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 01, 2006 8:49 AM > To: Maven Users List > Subject: RE: [m2] multi-project problems > > > > aha.  okay i had my parent pom called generic-pom.xml as I was only >

RE: [m2] multi-project problems

2006-03-01 Thread David Sag
; but the configuration will be inherited. > > > > From: David Sag [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 01, 2006 8:49 AM > To: Maven Users List > Subject: RE: [m2] multi-project problems > > > > aha.  okay i had my parent

RE: [m2] multi-project problems

2006-03-01 Thread Brian E. Fox
will be inherited. From: David Sag [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 8:49 AM To: Maven Users List Subject: RE: [m2] multi-project problems aha. okay i had my parent pom called generic-pom.xml as I was only interesed in building so

RE: [m2] multi-project problems

2006-03-01 Thread David Sag
ml >      module a >         module b >         sub modules parent pom.xml >                     sub a >                     sub b > > etc > > -Original Message- > From: Piéroni Raphaël [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 01, 2006 8:14 AM > To

Re: [m2] multi-project problems

2006-03-01 Thread David Sag
Okay that's going to be useful to know as I know in the mid-term i do not have the freedom to change the project heiracrchies.  do you (and any other interested reader) have any pointers on docs relating to the config of the parent tag in a sub-project? Kind regards, Dave Sag   "Piéroni Ra

RE: [m2] multi-project problems

2006-03-01 Thread Brian E. Fox
module a module b sub modules parent pom.xml sub a sub b etc -Original Message- From: Piéroni Raphaël [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 8:14 AM To: Maven Users List Subject: Re: [m2] multi-project problem

Re: [m2] multi-project problems

2006-03-01 Thread Piéroni Raphaël
Hi Dave, Have you tryed to call mvn install from the parent directory ? You can also reference the parent by adding a in the parent definition in the child pom. (never used it myself) May that helps. Raphaël 2006/3/1, David Sag <[EMAIL PROTECTED]>: > > > Dear people, > > I am having my first

[m2] multi-project problems

2006-03-01 Thread David Sag
Dear people, I am having my first proper stab at doing a milti-project build, but naturally have hit some immediate problems. Firstly I have scoured the maven site and google but can't find any sound documentation on how the multi-project builds are meant to work.  I did find this page http://ma