You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Darren Hartford <dh...@ghsinc.com> on 2003/10/24 15:30:12 UTC

multiproject:site issue

Hey all,
This is my first time using the multiproject plugin for Maven, so this may be just a newbie issue.

I'm trying to run the multiproject:site, and everything seems to go correctly up until the HTML is generated.  The HTML href links are blank! BUT, the hrefs in the generated navigation.xml look correct.


Root project.properties
***snip***
maven.multiproject.ignoreFailures=false
maven.multiproject.navigation=aggregate
maven.multiproject.aggregateDir=multiproject
maven.multiproject.type=ear
maven.multiproject.includes=*/project.xml,modules/*/project.xml
***end snip***

Modules project.properties
***snip***
maven.multiproject.type=jar
--OR--
maven.multiproject.type=war
***end snip***

Any ideas please? Thanky!!
-D

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org