jaxb2-maven-plugin
jaxb2-maven-plugin copied to clipboard
Default exclude filters for readme are wrong
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.
The exclude pattern should also not take directories with the word "readme" somewhere in the path.