[
https://jira.codehaus.org/browse/JXR-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated JXR-97:
------------------------------
Labels: close-pending (was: )
> jxr:jxr - Add regular expressions for the exclude and include pattern
> ---------------------------------------------------------------------
>
> Key: JXR-97
> URL: https://jira.codehaus.org/browse/JXR-97
> Project: Maven JXR
> Issue Type: New Feature
> Components: jxr
> Affects Versions: 2.3
> Reporter: Johannes Schur
> Priority: Minor
> Labels: close-pending
>
> With the current filters only explicit 'includes' and 'excludes' are possible.
> With the pattern "<include>**/test/*.java</include>" only files in the
> package "test" are included, but not the files in subpackages.
> To include all subpackages, you need includes up to maximum package depth.
> e.g.:
> "<include>**/test/*.java</include>"
> "<include>**/test/**/*.java</include>"
> "<include>**/test/**/**/*.java</include>"
> "<include>**/test/**/**/**/*.java</include>"
> and so on...
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)