Multiproject site merge

2008-11-14 Thread Walid "jo" Gedeon
Hello all, I've been battling with this for a while, with no satisfaction :-p Maybe you guys can help? I have a multi-module project layout with a parent pom that contains the build and reporting instructions, a subproject per artifact, and a subproject for the main site. parent |- pom.xml

AW: How configure to Multiproject Site references

2007-05-21 Thread Jens Hohl
re this to deploy on a Webserver ... Regards, Jens -Ursprüngliche Nachricht- Von: vgpande [mailto:[EMAIL PROTECTED] Gesendet: Montag, 21. Mai 2007 16:31 An: users@maven.apache.org Betreff: Re: How configure to Multiproject Site references Hi when you run the "mvn site&quo

Re: How configure to Multiproject Site references

2007-05-21 Thread vgpande
tml >> >> >> regards, >> Jens Hohl >> > > I've used the element in each module's pom. > > ../../Module A/target/site/ > > It works fine for builds locally. > > Cheers, > > James > > -

Re: How configure to Multiproject Site references

2007-05-21 Thread James Abley
On 20/05/07, Mac Systems <[EMAIL PROTECTED]> wrote: Hello, actually i wonder how to generate an Site for an Multiproject ? The (Master) Project Site will be generated for all my Modules but i do not know how to link to each module's site ? Project: pom.xml | | >Module A pom.xml

How configure to Multiproject Site references

2007-05-20 Thread Mac Systems
Hello, actually i wonder how to generate an Site for an Multiproject ? The (Master) Project Site will be generated for all my Modules but i do not know how to link to each module's site ? Project: pom.xml | | >Module A pom.xml -> target/site/index.html >Module B pom.xml

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 ru

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
[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 generates all the project sites and looks like it is copying all the sites out the the web server,

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

Multiproject Site

2006-05-30 Thread Aaron Freeman
I have a multi-module project that I am trying to deploy the site for. When I run the site-deploy command it generates all the project sites and looks like it is copying all the sites out the the web server, but it actually only copies the parent project site and none of the sub-project sites. It

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
y Maven as many > other parts of my build process are. I'll look to see if there is a > JIRA report opened yet. > > Thanks again, > Brian > > -Original Message- > From: Wayne Fay [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 28, 2006 2:21 PM > To: Maven Use

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
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 > > -Original Message- > From: Daun DeFrance [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 28, 20

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: 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 sou

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

Multiproject site

2005-12-29 Thread Damien Viel
Hi, I've read that the multiproject is build-in with Maven 2. But I can't find the way to create a site for multiproject like in Maven 1. Is it possible ? Tks. Damien -- Damien Viel | +33 1 41 97 83 20 | [EMAIL PROTECTED] --

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
VeuillezObjet répondre à Re: [m2] Multiproject site Maven Users List generation <[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: Recursive multiproject site

2005-08-23 Thread Wendy Smoak
From: "Allison, Bob" <[EMAIL PROTECTED]> The way I get this to work is to set "maven.multiproject.site.goals" to "multiproject:site" in the sandbox project and to "site" in the mid-level projects (newproj, otherproj). Actually, I have a goal in the sandbox project called "gendocs" which has "mu

RE: Recursive multiproject site

2005-08-22 Thread Allison, Bob
ot;multiproject:site" as a prerequisite but I don't think it is really necessary. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Sunday, August 21, 2005 23:46 To: Maven Users List Subject: Re: Recursive multiproject site From: "Wendy Smoak" <[E

Re: Recursive multiproject site

2005-08-21 Thread Wendy Smoak
From: "Wendy Smoak" <[EMAIL PROTECTED]> I have a multiproject site that goes three levels deep: site core sandbox newproj newproj-core newproj-example otherproj otherproj-core otherproj-example I have maven.multiproject.site.goals

Recursive multiproject site

2005-08-21 Thread Wendy Smoak
I have a multiproject site that goes three levels deep: site core sandbox newproj newproj-core newproj-example otherproj otherproj-core otherproj-example I have maven.multiproject.site.goals=multiproject in project.properties at the 'sandbox

Re: Multiproject site navigation question

2005-08-13 Thread Phil Steitz
than necessary in navigation.xml. :) Another multiproject site question: Is there a way to override the directory name that 'multiproject:site' comes up with for each subproject? It seems to be coming from the tag in project.xml. Some of the s don't match the directory names we&#x

Re: Multiproject site navigation question

2005-08-10 Thread dan tran
op level. I'm integrating the > existing Struts site into the Maven-generated multi-project site, and I > don't want to break all the links that are already out there. It's looking > good so far... I just wanted to be sure I wasn't doing more work than > necessary

Re: Multiproject site navigation question

2005-08-10 Thread Wendy Smoak
up at the top level. I'm integrating the existing Struts site into the Maven-generated multi-project site, and I don't want to break all the links that are already out there. It's looking good so far... I just wanted to be sure I wasn't doing more work than necessary in

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

Multiproject site navigation question

2005-08-08 Thread Wendy Smoak
Just looking for confirmation before I type more than I have to. With multiproject:site, I find that adding a navigation.xml file completely replaces the menu structure. If I have a navigation.xml, am I then responsible for creating links to the sub-project sites under the 'multiproject' dire

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

RE: FW: Multiproject site issue

2004-01-08 Thread Gargan, Stephen
PM To: Maven Users List Subject: Re: FW: Multiproject site issue On Thu, 2004-01-08 at 18:37, Gargan, Stephen wrote: > Hi, > > I checked out the RC1 version yesterday and I am having a > problem using the multiproject:site goal, the reactor chokes giving > >

Re: FW: Multiproject site issue

2004-01-08 Thread Jason van Zyl
On Thu, 2004-01-08 at 18:37, Gargan, Stephen wrote: > Hi, > > I checked out the RC1 version yesterday and I am having a > problem using the multiproject:site goal, the reactor chokes giving > > > > BUILD FAILED > > File.. file:/C:/Documents and > Settings/sgargan/.maven/plugin

FW: Multiproject site issue

2004-01-08 Thread Gargan, Stephen
Hi, I checked out the RC1 version yesterday and I am having a problem using the multiproject:site goal, the reactor chokes giving BUILD FAILED File.. file:/C:/Documents and Settings/sgargan/.maven/plugins/maven-multipro ject-plugin-1.1/ Element... maven:reactor Line.. 6

How to linkcheck a multiproject site?

2003-11-13 Thread O'Fallon, Paul (MAN-Corporate)
I have a multiproject site (built with maven rc2-snapshot) where the linkcheck report is defined in the parent POM. However, the linkcheck report seems to run before all the sub-project sites have been created. Running "maven clean multiproject" creates a Link Check Report containing

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

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

2003-08-03 Thread dion
ect/navigation.xml is OK, I exclude the top level project ... > > Is there special configuration to do to generate multiproject site ? > > Here is my error message : > > multiproject:site: > multiproject:create-nav: > [echo] Producing aggregate navigation... > [echo

multiproject site : Unable to obtain goal [site]

2003-08-01 Thread Nicolas . CHALUMEAU
ation to do to generate multiproject site ? Here is my error message : multiproject:site: multiproject:create-nav: [echo] Producing aggregate navigation... [echo] Producing user supplied navigation... Starting the reactor... Our processing order: Portail 49 Portail 44 Portail