JOOQ codegen not working when added fields in both includes and excludes in pom
When I have tables in and columns in . Somehow its excluding all columns.
My requirement is to create pojo for only 5 tables so included them in at the same time I want only few columns from these tables so have added the columnx in for the ones not needed. But as a result all columns are getting excluded. Here is the code snippet