sql2java-test
# Test of sqlfile and sql2java plugins Use this as a model for how to use the plugin in your environment. E.g. - Put your SQL in src/main/sql/NN-blah.sql - Use sqlfile plugin in build->plugins to source it into a temporary hsqldb - Use sql2java plugin in build->plugins to generate managers and beans to generated source dir - Test, etc.