> I found no documentation on multi-module projects except this "In
> progress" one:
> http://maven.apache.org/guides/mini/guide-multi-module.html
See the Getting Started section:
"How do I build more than one project at once?"
http://maven.apache.org/guides/getting-started/index.html

Also, maven comes with an example project called "greeter" which demonstrates multi-project builds.

/robert


Romain Rouvoy wrote:
Hi,

I use Maven for few days now and I find it very powerful but I need some help/feedback from experimented users.

Basically, I have a project that is split into several modules.
Each module is a simple Java project that contains a piece of the web site and several examples for users.

Using maven2, I have created a POM project which contains several sub- modules using the following directory tree:
my-project/
- pom.xml
- sub-module1/
    - pom.xml
    - src/
- sub-module2/
    - pom.xml
    - src/
- sub-module3/
    - pom.xml
    - src/

My questions are:
* How can I build the my-project web site that groups all the sub- modules websites using Maven ? * Where should I store my examples ? In sub-module1/examples/ directory ? In a sub-module1/src/examples/ ? Or in sub-module- examples/src ?

I found no documentation on multi-module projects except this "In progress" one:
http://maven.apache.org/guides/mini/guide-multi-module.html

regards,
Romain

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