[ https://jira.codehaus.org/browse/JXR-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Osipov closed JXR-97. ----------------------------- Resolution: Not A Bug We have this already, see: http://maven.apache.org/jxr/maven-jxr-plugin/examples/include-exclude.html > jxr:jxr - Add globbinh 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)