Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.1
-
Fix Version/s: None
-
Component/s: maven2 jxr plugin
-
Labels:None
-
Number of attachments :
Description
It would be great, if the jxr-maven-plugin would support excludePackageNames; this configuration option is very helpful if you have a lot of ugly, repetitive, generated tests which no sane person would want to look at anyway.
FWIW, I know that the plugin offers an excludes configuration element. (At least, its documented on http://maven.apache.org/plugins/maven-jxr-plugin/examples/include-exclude.html, although the goals' documentation doesn't mention it.)
At any rate, using excludes wouldn't help when additional source folders are present (but see http://jira.codehaus.org/browse/JXR-78) – at least, it isn't clear how excludes would interact with multiple source folders...