Niclas Hedhman wrote:

The LOOOOONG version....

<big-snip/>

So what happens if you replace the merlin:site goal with the following:

<goal name="merlin:site"
description="Build the Merlin site" prereqs="xdoc:init">
<j:set var="destination"
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}"/>
<mkdir dir="${destination}"/>
<echo>Build site in working directory: [${destination}]</echo>
<maven:reactor
basedir="${basedir}"
includes="platform.xml"
goals="license,xjavadoc,site"
banner="Building site:"
ignoreFailures="false"/>
</goal>


Steve.

--

Stephen J. McConnell
mailto:[EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to