Closed ferdinand-swoboda closed 9 months ago
Thanks for the feature request, I had the same idea, but due to time constraints, I haven't gotten around to it. I will implement this in the near future.
Now implemented with version 0.5.0
Thanks, will give this a try next week!
Hey!
I am currently experimenting with this plugin (read your Foojay blogpost 🙂 ) in some nested multi-module Maven projects with a structure along the lines of
and want to determine the project's next semantic version based on changes in the
-api
modules /.api
packages only.AFAIU the scope of what the plugin checks can only be limited by the
excludePackages
andexcludeFiles
configuration parameters. This makes it cumbersome to maintain the scope-to-check as new modules have to be added to these parameters.Furthermore, the existing configuration parameters only support specifying prefixes, rather than, say, more flexible regular expressions.
Ideally, I could specify the scope as the inverse using a regex i.e.
once for the entire project.
Thanks for your response!