leosimons 2003/05/31 04:01:43
Modified: . maven-common.xml
Log:
use a basic forrest plugin. Get the plugin from cvs.apache.org/~leosimons/. You need
to unzip this file into your maven/plugins/ directory.
Revision Changes Path
1.3 +3 -25 avalon-excalibur/maven-common.xml
Index: maven-common.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/maven-common.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maven-common.xml 30 May 2003 22:48:36 -0000 1.2
+++ maven-common.xml 31 May 2003 11:01:43 -0000 1.3
@@ -34,36 +34,14 @@
Doc Generation
==========================================================
- For now, I've just copy-pasted the relevant snippets from
- the ant build that call forrest. We need a forrest plugin.
+ This uses a very rudimentary forrest plugin.
========================================================== -->
- <postGoal name="xdoc">
+ <postGoal name="xdoc"
+ description="since our xdocs are in forrest format, we override the
maven-generated docs with forrest ones">
<attainGoal name="forrest:generate"/>
</postGoal>
-
- <property file="${user.home}/build.properties"/>
- <property file="${basedir}/../ant.properties"/>
- <property file="${basedir}/ant.properties"/>
- <property file="${user.home}/.ant.properties"/>
- <property file="${basedir}/../libraries.properties"/>
- <property file="${basedir}/../default.properties"/>
- <property file="${basedir}/default.properties"/>
-
- <goal name="forrest:docs" description="Transforms forrest docs">
-
- <mkdir dir="${docs.dir}"/>
-
- <ant antfile="${basedir}/../forrestbuild.xml"/>
-
- <copy todir="${maven.build.dir}/docs/">
- <fileset dir="${build.docs}">
- <include name="**"/>
- </fileset>
- </copy>
-
- </goal>
<!-- ==========================================================
Cleanup of ant artifacts
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]