I'm trying to configure Jooq source generation to work with Maven in Eclipse (I use M2E), but I'm running into a problem when following the Jooq manual.
Here is the relevant part of my pom.xml: https://gist.github.com/cfd8a0556dd441ab43ff
The error is: Plugin execution not covered by lifecycle configuration: org.jooq:jooq-codegen-maven:2.0.5:generate (execution: default, phase: generate-sources)
It occurs on line 12 of the gist snippet above. What am I doing wrong?