Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
Clover generates java xref files (they contain test information also).
There seems little point in also generating jxr xref files where clover ones exists. As such, add an option to use one or the other.
eg.
maven.site.xref=clover
or
maven.site.xref=jxr
Will need to update anywhere that refers to an xref file
This should be resolved within the jxr plugin. Note however that jxr produces internal cross links and links to line numbers that are referenced by many other plugins. If you want to use clover xref file, you could just not call the jxr plugin and link to the clover xref files from the navigation bar?