spring-loaded
spring-loaded copied to clipboard
Excluding files from springloaded
The files that I am trying to exclude are spread out through out my application. There is way too many of them to excluded individually. But the common thing is they all implement the same interface. And the concrete implementations are named consistently so files end with *XBean.java Refactoring them to a single package is not an option.
How do I specify exclusions for this type of situation?
Any help is appreciated.
Thanks, Anamika
You can try something like:
-Dspringloaded=exclusions=pkgA..,pkgB..,specific.Class;verbose;explain
Take a look at:
https://github.com/spring-projects/spring-loaded/issues/26
Does this help?
BOB
On 11 Jan 2015, at 1:11 pm, vavrfam [email protected] wrote:
The files that I am trying to exclude are spread out through out my application. There is way too many of them to excluded individually. But the common thing is they all implement the same interface. And the concrete implementations are named consistently so files end with *XBean.java Refactoring them to a single package is not an option.
How do I specify exclusions for this type of situation?
Any help is appreciated.
Thanks, Anamika
— Reply to this email directly or view it on GitHub.