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:
...
<modules>
<module>module1</module>
<module>module2</module>
...
<module>moduleN</module>
</modules>
...
Is there any way of generating a unique site wich encloses site
information from all modules? I mean, I want in app/target/site the site
structure of all modules. Is it possible?
Thanks in advance.
Best regards,
Pablo.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
|