Take a look at the sites power by maven : 
http://maven.apache.org/misc/powered.html
You will find some multiproject examples (WebShot, db, ...). 

Yours moduleX have to extends ../../project.xml. 
You can call multiproject to generate artifacts for all in the TheProject 
directory.
Look at the multiproject plugin : 
http://maven.apache.org/reference/plugins/multiproject/

Nicolas





"Stephane Nicoll" <[EMAIL PROTECTED]>
16/12/2003 12:57
Veuillez répondre à "Maven Users List"

 
        Pour :  <[EMAIL PROTECTED]>
        cc : 
        Objet : site generation of multiple modules


Hello list,

I search the archives and found no answer to my questions even though I 
have
the feeling the answer is on the Maven CVS :)

We have a maven project with multiple modules (this is a J2EE project). 
The
structure is as follows:

TheProject
    |  project.xml
    |  project.properties
    |  maven.xml
    |-> application
    |       stuff to generate our ear here based on criterias
    |
    |-> modules
         |
         |-> module1
         |     |  project.xml 
         |     |  project.properties
         |     |  maven.xml
         |     |-> src
         |     |-> xdocs
         |-> module2
         |     |  project.xml 
         |     |  project.properties
         |     |  maven.xml
         |     |-> src
         |     |-> xdocs


My problem is that I would like to generate my web site with all my 
modules.
I heard about the multiproject plugin but I would like to know if there is 
a
simple example somewhere? In other words, I would like to be in 
'TheProject',
call site:deploy and having all the information containted in my modules.

Is it possible easily? I am using RC1

Thanks,

Stephane


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to