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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user