MPJXR-17. Add the possibility to run JXR for tests classes if sources classes doesn't exists.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115994 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse
2004-08-23 12:30:20 +00:00
parent 6b5a2a93a0
commit fcc5cf6cb8
2 changed files with 4 additions and 3 deletions

View File

@@ -43,14 +43,14 @@
link="xref/index"
target="_blank"
description="A set of browsable cross-referenced sources."/>
<j:if test="${unitTestSourcesPresent}">
</j:if>
<j:if test="${unitTestSourcesPresent}">
<doc:registerReport
name="Test Xref"
pluginName="maven-jxr-plugin"
link="xref-test/index"
target="_blank"
description="A set of browsable cross-referenced test sources."/>
</j:if>
</j:if>
</goal>

View File

@@ -26,7 +26,8 @@
</properties>
<body>
<release version="1.4.2-SNAPSHOT" date="in CVS">
<action dev="evenisse" type="fix">Remove NullPointerException for empty java files.</action>
<action dev="evenisse" type="update" issue="MPJXR-17">Add the possibility to run JXR for tests classes if sources classes doesn't exists.</action>
<action dev="evenisse" type="fix" issue="MPJXR-13">Remove NullPointerException for empty java files.</action>
<action dev="dion" type="update">Reduce output for non-debug run.</action>
</release>
<release version="1.4.1" date="2004-07-10">