Re: [m2] multi-project problems

2006-07-20 Thread Brill Pappin
something i resort to for demonstration purposes). John - Original Message - From: Lee Meador [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Wednesday, March 01, 2006 6:52 PM Subject: Re: [m2] multi-project problems I would love to see an example of the pom

Re: [m2] multi-project problems

2006-03-22 Thread John Allen
] To: Maven Users List users@maven.apache.org 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

Re: [m2] multi-project problems

2006-03-22 Thread John Allen
Message - From: Lee Meador [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org 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-project setup. On 3/1

Re: [m2] multi-project problems

2006-03-22 Thread Wayne Fay
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-project setup. On 3/1/06, David Sag [EMAIL PROTECTED] wrote: Interesting - for me it's the cobertura

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 relativePath 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

RE: [m2] multi-project problems

2006-03-01 Thread Brian E. Fox
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 problems Hi Dave

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

RE: [m2] multi-project problems

2006-03-01 Thread David Sag
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 problems Hi Dave, Have you tryed to call mvn install from the parent directory ? You can

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 some

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 interesed in building some of our 'generic' projects

RE: [m2] multi-project problems

2006-03-01 Thread David Sag
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 some of our 'generic' projects for now. just to get a first-stab working i have

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 Brian E. Fox
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 the reporting section

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 interesed in building some of our 'generic

Re: [m2] multi-project problems

2006-03-01 Thread Lee Meador
: 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 the sub-project altogether) but hey, we can't always get what we want

Re: [m2] multi-project problems

2006-03-01 Thread David Sag
: David Sag [mailto:[EMAIL 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 the sub-project

Re: [m2] multi-project problems

2006-03-01 Thread Lee Meador
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