Re: Help with multiproject site generation?

2006-04-26 Thread Joerg Hohwiller
;supported multiprojects in someway. Does anyone else know if they do? >>Are Kevin, Daun and I missing something. I know for me, I'm new to >>Maven 2.0 so its definitely possible that I didn't configure my POM >>correctly. >> >>Thanks, >>Brian >>

Re: Help with multiproject site generation?

2006-04-01 Thread Stephen Duncan
my POM > > correctly. > > > > Thanks, > > Brian > > > > -Original Message- > > From: Daun DeFrance [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, March 28, 2006 1:52 PM > > To: Maven Users List > > Subject: RE: Help with multip

Re: Help with multiproject site generation?

2006-03-29 Thread Wayne Fay
ay [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 28, 2006 2:21 PM > To: Maven Users List > Subject: Re: Help with multiproject site generation? > > As far as I'm aware, this is the only current solution. Its really not > that painful, how often are you adding modules to your

RE: Help with multiproject site generation?

2006-03-29 Thread Brian-R . Jackson
From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 28, 2006 2:21 PM To: Maven Users List Subject: Re: Help with multiproject site generation? As far as I'm aware, this is the only current solution. Its really not that painful, how often are you adding modules to your projects? Thi

Re: Help with multiproject site generation?

2006-03-28 Thread Wayne Fay
06 1:52 PM > To: Maven Users List > Subject: RE: Help with multiproject site generation? > > -Original Message----- > From: Wood, Kevin [mailto:[EMAIL PROTECTED] > Subject: Help with multiproject site generation? > > Does anyone have a working example of multiproject site

RE: Help with multiproject site generation?

2006-03-28 Thread Brian-R . Jackson
bject: RE: Help with multiproject site generation? -Original Message- From: Wood, Kevin [mailto:[EMAIL PROTECTED] Subject: Help with multiproject site generation? Does anyone have a working example of multiproject site generation with Maven2? Kevin, In order to get my muliproject sit

RE: Help with multiproject site generation?

2006-03-28 Thread Daun DeFrance
-Original Message- From: Wood, Kevin [mailto:[EMAIL PROTECTED] Subject: Help with multiproject site generation? Does anyone have a working example of multiproject site generation with Maven2? Kevin, In order to get my muliproject site documentation to be cohesive, I performed the

Help with multiproject site generation?

2006-03-28 Thread Wood, Kevin
Does anyone have a working example of multiproject site generation with Maven2? I have gone around and around with this one and cannot get it to work. I am able to generate all of the project sites by invoking the site goal of the parent project and I'm able to deploy all of the sites

Re: [m2] Multiproject site generation

2005-10-02 Thread Mark Kuzmycz
This is a releated question. I have multiple levels of nested projects and the site goal is traversing the structure well. What I would like is for each parent in the site structure to contain a list of its sub-projects for navigation (similar to maven 1.x). Regards, Mark. ___ Siebel

Réf. : Re: [m2] Multiproject site generation

2005-09-29 Thread fabrice . belingard
This issue is probably the one you're looking for: http://jira.codehaus.org/browse/MNG-384 Best Regards / Cordialement, Fabrice BELLINGARD DINQ/DSIN/INSI/EATE/IDVS/AIDV (+33) (01 61) 45 15 91 - [EMAIL PROTECTED]

Re: [m2] Multiproject site generation

2005-09-29 Thread Sena Gbeckor-Kove
Do you know which issue this is? I have ben searching for it and I can't find it at the moment. Regards On 23/09/05, Brett Porter <[EMAIL PROTECTED]> wrote: > Not presently, but there is an open issue. > > - Brett > > On 9/23/05, Pablo Muñiz <[EMAIL PROTECTED]> wrote: > > Hi all! > > > > imagine

Re: [m2] Multiproject site generation

2005-09-23 Thread Brett Porter
Not presently, but there is an open issue. - Brett On 9/23/05, Pablo Muñiz <[EMAIL PROTECTED]> wrote: > Hi all! > > imagine I have a project structure just as follows: > > /app > /module1 > /module2 > ... > /moduleN > pom.xml > > and pom.xml contains references to all of those mod

[m2] Multiproject site generation

2005-09-23 Thread Pablo Muñiz
Hi all! imagine I have a project structure just as follows: /app /module1 /module2 ... /moduleN pom.xml and pom.xml contains references to all of those modules: ... module1 module2 ... moduleN ... Is there any way of generating a unique site wich encloses site infor

RE: Maven hangs during multiproject site generation - no error messages

2004-07-16 Thread Marcin Werla
> is it attempting to prompt for user input? Maybe running SSH or CVS? > No - it is not attempting for user input. I'm starting maven remotely through ssh session on my build server. May this be a cause? - Marcin Werla smime.p7s Description: S/MIME cryptographic signature

Re: Maven hangs during multiproject site generation - no error messages

2004-07-15 Thread Brett Porter
is it attempting to prompt for user input? Maybe running SSH or CVS? On Thu, 15 Jul 2004 13:20:56 +0200, Marcin Werla <[EMAIL PROTECTED]> wrote: > >On Thu, 2004-06-03 at 02:49, Marcin Werla wrote: > > >> Hi, > >> > >> I have a mavenized project which consists of seven subprojects. During > >> mul

Re: Maven hangs during multiproject site generation - no error messages

2004-07-15 Thread Marcin Werla
>On Thu, 2004-06-03 at 02:49, Marcin Werla wrote: >> Hi, >> >> I have a mavenized project which consists of seven subprojects. During >> multiproject:site generation (started on RedHat 9.0) maven quite often hangs >> while generating one of subprojects site. It happens in different >> subprojects

Re: Maven hangs during multiproject site generation - no error messages

2004-06-03 Thread Jerome Lacoste
On Thu, 2004-06-03 at 02:49, Marcin Werla wrote: > Hi, > > I have a mavenized project which consists of seven subprojects. During > multiproject:site generation (started on RedHat 9.0) maven quite often hangs > while generating one of subprojects site. It happens in different > subprojects, so it

Maven hangs during multiproject site generation - no error messages

2004-06-03 Thread Marcin Werla
Hi, I have a mavenized project which consists of seven subprojects. During multiproject:site generation (started on RedHat 9.0) maven quite often hangs while generating one of subprojects site. It happens in different subprojects, so it is not fault of one of subprojects. What more - when I genera

Re: multiproject site generation - maven reports

2004-02-20 Thread Fabio Uechi
I had already tried this. It didn't work. The report plugins are not being automatically invoked and as a consequence, the maven-reports page doesn't include any of them. Another detail, I have some custom navigation.xml files. I think that the aggregation problem could be due to their existence b

Re: multiproject site generation - maven reports

2004-02-19 Thread Sebastien Sahuc
That's not true. Our report are described in the master project.xml and are properly inherited by the subproject when doing the multiroject:site goal. That being said, I'm suspecting a cache issue. Here is what I noticed: sometimes the site is not properly generated and aggregated, even th

Re: multiproject site generation - maven reports

2004-02-19 Thread Charles N. Harvey III
I had the report definitions at the bottom of the master project.xml thinking that it would be automatically included in each subproject. That didn't seem to be the case. Make sure that the list of report definitions is in each subproject's project.xml. You may already be doing that and I am compl

multiproject site generation - maven reports

2004-02-19 Thread Fabio Uechi
Hi all, I'm facing some problems when attempting to generate my project site. My project its comprised of 3 sub-projects. I have a master project.xml which is extended by other 3. When I execute: maven multiproject:site The reactor is properly activated and all sites are generated. But it's not

Multiproject site generation

2003-11-06 Thread Loïc Minier
Hello, I'm trying to use Maven Multiproject plugin in the following way: - I have a main project ("mtv"); - I have en extension dir with two subprojects : * the torque database classes ("mtv-om" subproject) * the castor config classes ("mtv-config" subproject) I've proper