MAVEN-248: Added xref-test

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112844 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
bwalding
2003-02-05 11:37:30 +00:00
parent 26f339b125
commit 76f8af6019
2 changed files with 9 additions and 1 deletions

View File

@@ -12,6 +12,12 @@
name="Source Xref"
link="xref/index"
description="A set of browsable cross-referenced sources."/>
<j:if test="${unitTestSourcesPresent} == 'true'">
<doc:registerReport
name="Test Xref"
link="xref-test/index"
description="A set of browsable cross-referenced test sources."/>
</j:if>
</j:if>
</goal>
@@ -73,7 +79,7 @@
<jxr:jxr
basedir="${basedir}"
sourceDir="${pom.build.unitTestSourceDirectory}"
destDir="${maven.jxr.destdir}"
destDir="${maven.jxr.destdir.test}"
templateDir="${maven.jxr.templateDir}"
javadocDir="${null}"
windowTitle="${title}"

View File

@@ -5,5 +5,7 @@
# -------------------------------------------------------------------
maven.jxr.destdir = ${maven.build.dir}/docs/xref
maven.jxr.destdir.test = ${maven.build.dir}/docs/xref-test
maven.jxr.stylesheet = ${plugin.resources}/stylesheet.css
maven.jxr.templateDir = ${plugin.resources}/templates