Fixed the test to see if unit tests were available. It was not working
before. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112845 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
name="Source Xref"
|
||||
link="xref/index"
|
||||
description="A set of browsable cross-referenced sources."/>
|
||||
<j:if test="${unitTestSourcesPresent} == 'true'">
|
||||
<j:if test="${unitTestSourcesPresent}">
|
||||
<doc:registerReport
|
||||
name="Test Xref"
|
||||
link="xref-test/index"
|
||||
|
||||
Reference in New Issue
Block a user