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]

Reply via email to