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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to