I'm trying to set up code generation through Maven in Eclipse, but the Eclipse Maven plugin is reporting the following error on the line with <execution>:
Plugin execution not covered by lifecycle configuration: org.jooq:jooq-codegen-maven:2.0.5:generate (execution: default, phase: generate-sources) Here is the relevant part of my pom.xml file: https://gist.github.com/cfd8a0556dd441ab43ff - the error is reported on line 12. What am I doing wrong? Thanks, Ian.
