MVN

at.craftworks.tools.maven : jooq-codegen-postgres-maven-plugin

Maven & Gradle

Feb 28, 2020
4 stars

jOOQ Codegen Postgres Maven Plugin · Maven plugin to generate jOOQ classes using dockerized postgres database during code generation phase

<plugin>
    <groupId>at.craftworks.tools.maven</groupId>
    <artifactId>jooq-codegen-postgres-maven-plugin</artifactId>
    <version>0.0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.craftworks.tools.maven : jooq-codegen-postgres-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of at.craftworks.tools.maven : jooq-codegen-postgres-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
jooq-codegen-postgres-maven-plugin-0.0.3

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>at.craftworks.tools.maven</groupId>
    <artifactId>jooq-codegen-postgres-maven-plugin</artifactId>
    <version>0.0.3</version>
</plugin>

Advertisement