Johannes Schur created JXR-97: --------------------------------- Summary: 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
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 is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira