Maybe my whole thinking is wrong in wanting to do this, but I have a project that has several pieces (EAR, EJB, WAR, JAR), and so I set up a parent project with the a parent POM and then each piece is like a sub-project and has it's own POM that extends the parent. This all works fine and I'm able to build everything just fine. But I would also like to build a site for this project using Maven, but I want to build just one site that gives the information on all of the code for the whole project. Maven wants to build a separate site for each sub-project. Is there some way to build a site that encompasses code from several sub-projects?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
