For further reference of other readers, this question has also been raised on Stack Overflow: http://stackoverflow.com/questions/9559265/how-do-i-use-jooq-source-generation-with-m2e
on the m2e-users group: http://dev.eclipse.org/mhonarc/lists/m2e-users/msg02310.html 2012/3/4 Lukas Eder <[email protected]>: > Hello Ian > > Unfortunately, Maven is a bit of a mystery to myself. Maybe Sander is > reading this thread > I suspect that the rest of the pom.xml file is relevant too, in your > case. What goals are you executing? > > Cheers > Lukas > > 2012/3/4 <[email protected]>: >> 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.
