eb17d0e2ed
* [JAVA-13966] Upgraded h2 database to 2.1.214 * [JAVA-13966] fixed tests for libraries-apache-commons * [JAVA-13966] fixed tests * [JAVA-13966] fixed tests * [JAVA-13966] fixed tests JAVA-JPA MODULE * [JAVA-13966] Made ninja submodule part of web-modules(parent) * [JAVA-13966] Fixed naming convention for pmd * [JAVA-13966] Moved tests of ninja-module to ManualTest category * [JAVA-13966] Fix tests Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Spring jOOQ
This module contains articles about Spring with jOOQ
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.