This content has been marked as final.
Show 1 reply
-
1. Re: errai generates beans.xml exclusion for package-info.java
mbarkley Feb 1, 2017 11:44 AM (in response to phobe77)Hi Michel,
I've just fixed this bug on master so if you are using 4.0.0-SNAPSHOT then you don't need to do anything.
Otherwise you can change the regex used to select which files are excluded with the system property "errai.client.local.class.pattern". The regex pattern assigned to this property is used against class files paths, where matches are added to the beans.xml exclusions (default pattern is simply `.*/client/local/.*`). You could make a pattern that matches nothing and manually add exclusions, or make a regex that doesn't match package-info.class files.