mkarneim / pojobuilder

A Java Code Generator for Pojo Builders
Other
334 stars 44 forks source link

Compilation errors stop pojobuilder (3.4.0) execution #109

Closed dsf001 closed 8 years ago

dsf001 commented 8 years ago

Having one valid compilation error (missing import) during maven build pojobuilder is not creating the builder classes and maven exits with showing compilation errors wherever the builder classes were referenced. Version 2.4.1 did not have this behaviour and showed the valid compilation error(s) only.

mkarneim commented 8 years ago

Ok, I guess you have to be more specific.

Please post the relevant code, the pom, and the error messages you get.