git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116088 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2004-09-26 21:52:00 +00:00
parent 1381752c68
commit 7595115014

View File

@ -23,7 +23,7 @@
<!-- Multiproject : site -->
<attainGoal name="multiproject:site"/>
<maven:reactor basedir="${basedir}" postProcessing="true" includes="test*/project.xml" collectOnly="true" ignoreFailures="false" collectionVar="multiprojects"/>
<!-- We copy the generated files to us them in the pdf -->
<!-- We copy the generated files to use them in the pdf -->
<j:forEach var="reactorProject" items="${multiprojects}">
<j:set var="fromDir" value="${reactorProject.context.getVariable('maven.gen.docs')}"/>
<ant:copy todir="${maven.build.dir}/pdf/${maven.multiproject.aggregateDir}${reactorProject.artifactId}">