From fcc5cf6cb82329cde218acdc6092e354d5d85166 Mon Sep 17 00:00:00 2001 From: evenisse Date: Mon, 23 Aug 2004 12:30:20 +0000 Subject: [PATCH] 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 --- jxr/plugin.jelly | 4 ++-- jxr/xdocs/changes.xml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/jxr/plugin.jelly b/jxr/plugin.jelly index d72329c8..b6bcf82b 100644 --- a/jxr/plugin.jelly +++ b/jxr/plugin.jelly @@ -43,14 +43,14 @@ link="xref/index" target="_blank" description="A set of browsable cross-referenced sources."/> - + + - diff --git a/jxr/xdocs/changes.xml b/jxr/xdocs/changes.xml index 55923ec0..18fcc0d0 100644 --- a/jxr/xdocs/changes.xml +++ b/jxr/xdocs/changes.xml @@ -26,7 +26,8 @@ - Remove NullPointerException for empty java files. + Add the possibility to run JXR for tests classes if sources classes doesn't exists. + Remove NullPointerException for empty java files. Reduce output for non-debug run.