java-tutorials/spring-jooq
geroza a1b5d77656 Migrated the following modules, nos using parent-boot-2:
spring-protobuf
spring-mockito
spring-mustache
spring-kafka
spring-jooq
spring-cucumber
spring-aop
spring-amqp-simple
2018-12-22 10:36:08 -02:00
..
src [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
.gitignore Rename jooq-spring -> spring-jooq 2016-10-23 18:57:21 +02:00
README.md Updated errors in Eclipse import all modules 2016-10-31 21:48:24 +01:00
pom.xml Migrated the following modules, nos using parent-boot-2: 2018-12-22 10:36:08 -02:00

README.md

Relevant Articles:

In order to fix the error "Plugin execution not covered by lifecycle configuration: org.jooq:jooq-codegen-maven:3.7.3:generate (execution: default, phase: generate-sources)", right-click on the error message and choose "Mark goal generated as ignore in pom.xml". Until version 1.4.x, the maven-plugin-plugin was covered by the default lifecycle mapping that ships with m2e.

Since version 1.5.x, the m2e default lifecycle mapping no longer covers the maven-plugin-plugin.