jvanzyl 2004/02/17 13:57:00
Modified: . Tag: MAVEN-1_0-BRANCH maven.xml
Log:
o the pdf generation causes site generation failure.
the bootstrap now works and I'm starting to build the installers for testing
for the rc2 release.
Revision Changes Path
No revision
No revision
1.97.2.11 +3 -1 maven/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/maven/maven.xml,v
retrieving revision 1.97.2.10
retrieving revision 1.97.2.11
diff -u -r1.97.2.10 -r1.97.2.11
--- maven.xml 13 Feb 2004 02:35:01 -0000 1.97.2.10
+++ maven.xml 17 Feb 2004 21:57:00 -0000 1.97.2.11
@@ -15,9 +15,11 @@
</j:choose>
</goal>
+ <!--
<postGoal name="site">
<attainGoal name="pdf"/>
</postGoal>
+ -->
<!-- ================================================================== -->
<!-- T O U C H S T O N E B U I L D -->
@@ -76,7 +78,7 @@
<maven:reactor
basedir="${maven.plugins.directory}"
includes="${maven.plugins.includes}"
- excludes="${maven.plugins.excludes}"
+ excludes="${maven.plugins.excludes},xdoc/**"
goals="plugin:test"
banner="Testing"
ignoreFailures="false"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]