How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.github.codemonstur</groupId>
<artifactId>jooq-preprocessor</artifactId>
<version>1.8.0</version>
</plugin>
Choose a version of com.github.codemonstur : jooq-preprocessor to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.8.x |
jooq-preprocessor-1.8.0
|
||
1.7.x |
jooq-preprocessor-1.7.0
|
||
1.6.x |
jooq-preprocessor-1.6.0
|
||
1.5.x |
jooq-preprocessor-1.5.0
|
||
1.4.x |
jooq-preprocessor-1.4.1
|
||
jooq-preprocessor-1.4.0
|
|||
1.3.x |
jooq-preprocessor-1.3.1
|
||
jooq-preprocessor-1.3.0
|
|||
1.2.x |
jooq-preprocessor-1.2.0
|
||
1.1.x |
jooq-preprocessor-1.1.0
|
||
1.0.x |
jooq-preprocessor-1.0.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.github.codemonstur</groupId>
<artifactId>jooq-preprocessor</artifactId>
<version>1.8.0</version>
</plugin>
Advertisement