Open bitxon opened 1 month ago
I have prepared PR that supposed to fix the issue https://github.com/testcontainers/testcontainers-jooq-codegen-maven-plugin/pull/49
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${maven-plugin-api.version}</version>
<scope>provided</scope> <!-- specify provided scope -->
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${maven-core.version}</version>
<scope>provided</scope> <!-- specify provided scope -->
</dependency>
Description Maven project that uses
testcontainers-jooq-codegen-maven-plugin
always print a WARNINGSteps to Reproduce
Add testcontainers-jooq-codegen-maven-plugin to your project
Build your project
See Warning in build log (console)