RE: Multiproject Site

2006-05-31 Thread Read, Matt
I'm experiencing exactly this too. Any help would be appreciated. Matt. -Original Message- From: Aaron Freeman [mailto:[EMAIL PROTECTED] Sent: 30 May 2006 15:59 To: Maven Subject: Multiproject Site I have a multi-module project that I am trying to deploy the site for. When I run the si

Re: Multiproject Site

2006-05-30 Thread Aaron Freeman
nd is maven multiproject:site -Original Message- From: Pauquette, Bryan Sent: Tuesday, May 30, 2006 11:15 AM To: Maven Users List Subject: RE: Multiproject Site What version of maven are you using? -Original Message- From: Aaron Freeman [mailto:[EMAIL PROTECTED] Sent: Tuesday, Ma

RE: Multiproject Site

2006-05-30 Thread Pauquette, Bryan
If its not 2.0 > then the command is maven multiproject:site -Original Message- From: Pauquette, Bryan Sent: Tuesday, May 30, 2006 11:15 AM To: Maven Users List Subject: RE: Multiproject Site What version of maven are you using? -Original Message- From: Aaron Freeman [mai

Re: Multiproject Site

2006-05-30 Thread Aaron Freeman
I'm using Maven 2. I saw that there was a multiproject:site-deploy for Maven 1, but I didn't see a similar thing for Maven 2. On 5/30/06, Pauquette, Bryan <[EMAIL PROTECTED]> wrote: What version of maven are you using? -Original Message- From: Aaron Freeman [mailto:[EMAIL PROTECTED] Se

RE: Multiproject Site

2006-05-30 Thread Pauquette, Bryan
What version of maven are you using? -Original Message- From: Aaron Freeman [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 30, 2006 10:59 AM To: Maven Subject: Multiproject Site I have a multi-module project that I am trying to deploy the site for. When I run the site-deploy command it ge

Re: Multiproject site

2005-12-30 Thread Srepfler Srgjan
Brett Porter wrote: I wanted to compliment you on a job well done with this site - it's great! - Brett Fabrizio is a genius, he's an early adopter of maven 2 (I guess he should be a model for all) and his displaytag* library is just great. I can't wait for 1.1 to go official. Buon lavoro e

Re: Multiproject site

2005-12-30 Thread Brett Porter
On 12/31/05, Fabrizio Giustina <[EMAIL PROTECTED]> wrote: > While waiting for this solution to be implemented there are possible > workarounds to make a multiproject site work. > The majority of these are now implemented for testing. > This is the result, you can look to sources in cvs to see how

Re: Multiproject site

2005-12-30 Thread Fabrizio Giustina
On 12/30/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > Is this the right one? The section is commented out. > http://cvs.sourceforge.net/viewcvs.py/displaytag/displaytag-doc/pom.xml?view=markup see http://cvs.sourceforge.net/viewcvs.py/displaytag/displaytag/pom.xml?view=markup the ant task is co

Re: Multiproject site

2005-12-30 Thread Wendy Smoak
On 12/30/05, Fabrizio Giustina <[EMAIL PROTECTED]> wrote: > After playing with different solutions I am pretty happy with the > result of having a single site.xml file, with statically-linked > reports, copied to all child modules using the maven-antrun-plugin > during the site goal. > > This is t

Re: Multiproject site

2005-12-30 Thread Fabrizio Giustina
While waiting for this solution to be implemented there are possible workarounds to make a multiproject site work. After playing with different solutions I am pretty happy with the result of having a single site.xml file, with statically-linked reports, copied to all child modules using the maven-

Re: Multiproject site

2005-12-30 Thread Brett Porter
All this is covered, I think. http://docs.codehaus.org/display/MAVEN/Sites+and+Inheritence - Brett On 12/31/05, Geoffrey <[EMAIL PROTECTED]> wrote: > Nice :) > > This is a long awaited feature for me. > > How far did you go for the site navigation issues never solved in maven 1? > > All modules

Re: Multiproject site

2005-12-30 Thread Geoffrey
Nice :) This is a long awaited feature for me. How far did you go for the site navigation issues never solved in maven 1? All modules and the multiproject are part of one single website. A single website should have a single menu, not a different one for every module (although other module men

Re: Multiproject site

2005-12-30 Thread Koen Maes
It is supported by providing a parent pom.xml and for each project (module in maven2) a module pom.xml. then you can simply do 'maven site' to generate the multiproject (multimodule) site. see here : http://maven.apache.org/guides/mini/guide-multi-module.html On Thursday 29 December 2005 18:29,

RE: Multiproject site

2005-12-30 Thread Damien Viel
Perfect !! Thks All !! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brett Porter Sent: jeudi 29 décembre 2005 18:30 To: Maven Users List Subject: Re: Multiproject site Actually it will be available in the next release of the site plugin, which is

Re: Multiproject site

2005-12-29 Thread Brett Porter
Actually it will be available in the next release of the site plugin, which is compatible with 2.0.2 (it is working in SVN). - Brett On 12/30/05, Geoffrey <[EMAIL PROTECTED]> wrote: > They are working on "multiproject:site". > Multiprojects are indeed build in with the module system (already in >

Re: Multiproject site

2005-12-29 Thread Geoffrey
They are working on "multiproject:site". Multiprojects are indeed build in with the module system (already in maven 2.0 & 2.0.1). I believe multiproject:site is for 2.1. Geoffrey Damien Viel wrote: Hi, I've read that the multiproject is build-in with Maven 2. But I can't find the way to

Re: Multiproject site navigation question

2005-08-13 Thread Phil Steitz
Wendy Smoak wrote: From: "Jay H. Hartley" <[EMAIL PROTECTED]> You mention that you "need" to have the documentation as part of the root web site. Would having it one link down but clearly labeled at the top of the sub-project list satisfy the need? No, the files really need to be up at the t

Re: Multiproject site navigation question

2005-08-10 Thread dan tran
how about set artifactId=flow and have maven.final.name=struts-flow-${pom.}-${pom.currentVersion} sounds like a hack to me;-) but may work, checkout maven-jar-plugin properties -D On 8/10/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Jay H. Hartley" <[EMAIL PROTECTED]> > > > You mentio

Re: Multiproject site navigation question

2005-08-10 Thread Wendy Smoak
From: "Jay H. Hartley" <[EMAIL PROTECTED]> You mention that you "need" to have the documentation as part of the root web site. Would having it one link down but clearly labeled at the top of the sub-project list satisfy the need? No, the files really need to be up at the top level. I'm integr

RE: Multiproject site navigation question

2005-08-09 Thread Jay H. Hartley
From: Phil Steitz [mailto:[EMAIL PROTECTED] Sent: Monday, August 08, 2005 8:54 PM To: Maven Users List Subject: Re: Multiproject site navigation question Wendy Smoak wrote: > From: "dan tran" <[EMAIL PROTECTED]> > >> Wendy, from maven-site-plugin doco

Re: Multiproject site navigation question

2005-08-08 Thread Phil Steitz
Wendy Smoak wrote: From: "dan tran" <[EMAIL PROTECTED]> Wendy, from maven-site-plugin doco, you dont create nagivation.xml at the root. Let the multiproejct:site generate it for you. I have a bunch of "user-supplied documentation" that I need to link in, and I need it to be part of the ro

Re: Multiproject site navigation question

2005-08-08 Thread dan tran
Yes. but You can make a parent project that host the multiproject so that your navigation.xml can refrence your links and link to the generated multtiproject:site -D On 8/8/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "dan tran" <[EMAIL PROTECTED]> > > > Wendy, from maven-site-plugin

Re: Multiproject site navigation question

2005-08-08 Thread Wendy Smoak
From: "dan tran" <[EMAIL PROTECTED]> Wendy, from maven-site-plugin doco, you dont create nagivation.xml at the root. Let the multiproejct:site generate it for you. I have a bunch of "user-supplied documentation" that I need to link in, and I need it to be part of the root website. AFAICT,

Re: Multiproject site navigation question

2005-08-08 Thread dan tran
Wendy, from maven-site-plugin doco, you dont create nagivation.xml at the root. Let the multiproejct:site generate it for you. However if you already have navigation.xml in the root project, multiproject:site should not overwrite it. -Dan On 8/8/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > Jus

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

Re: multiproject site : Unable to obtain goal [site]

2003-08-03 Thread dion
Nicolas, the 'top-level' project is being processed along with the others. Please either grab a newer version of multiproject or explicity exclude the top level project from those processed by multiproject. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/