jaxb2-maven-plugin icon indicating copy to clipboard operation
jaxb2-maven-plugin copied to clipboard

Default exclude filters for readme are wrong

Open CFoltin opened this issue 4 years ago • 1 comments

Hi,

as one of our branch names contained the word readme, the plugin refuses to take the XSD explicitly supplied when run in jenkins.

This is due to the filter rule

(\p{javaLetterOrDigit}|\p{Punct})+README.*

which matches parts of the path /local/workspace/_add-swagger-usage-to-the-readme/....

I would suggest a pattern like README.[^.]* to make sure that after the README. there are no more points.

CFoltin avatar May 25 '20 11:05 CFoltin

The exclude pattern should also not take directories with the word "readme" somewhere in the path.

anderius avatar Nov 10 '22 13:11 anderius