jvanzyl 2002/06/26 14:20:37
Added: src/templates/build/plugins/jxr plugin.jelly
plugin.properties
Log:
jxr plugin.
Revision Changes Path
1.1
jakarta-turbine-maven/src/templates/build/plugins/jxr/plugin.jelly
Index: plugin.jelly
===================================================================
<?xml version="1.0"?>
<project xmlns:j="jelly:core">
<!-- ================================================================== -->
<!-- C R O S S R E F E R E N C E S O U R C E S -->
<!-- ================================================================== -->
<goal
name="jxr">
<j:if test="${flags.sourcesPresent}">
<!-- If the 'startDir' attribute changes we need to update
CodeTransform.java in o.a.m.jxr, this will be fixed. -->
<echo>${maven.sourcesPresent}</echo>
<jxr
sourcepathref="maven.src.set"
destDir="${maven.jxr.destdir}"
javadocDir="${maven.javadoc.destdir}"
imageFolder="${maven.home}/images/folder.gif"
imageFile="${maven.home}/images/file.gif">
</jxr>
<!-- The last two parameters don't really matter but the
task craps out if they aren't there. -->
</j:if>
</goal>
</project>
1.1
jakarta-turbine-maven/src/templates/build/plugins/jxr/plugin.properties
Index: plugin.properties
===================================================================
# -------------------------------------------------------------------
# P L U G I N P R O P E R I E S
# -------------------------------------------------------------------
# JXR Plugin.
# -------------------------------------------------------------------
maven.src.dir = ${basedir}/src
maven.conf.dir = ${basedir}/conf
maven.build.dir = ${basedir}/target
maven.build.src = ${maven.build.dir}/src
maven.build.dest = ${maven.build.dir}/classes
maven.docs.src = ${basedir}/xdocs
maven.docs.dest = ${maven.build.dir}/docs
maven.docs.outputencoding = ISO-8859-1
maven.gen.docs = ${maven.build.dir}/generated-xdocs
maven.jxr.destdir = ${maven.docs.dest}/xref
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>