How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.teiid</groupId>
<artifactId>vdb-codegen-plugin</artifactId>
<version>1.7.2</version>
</plugin>
Choose a version of org.teiid : vdb-codegen-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7.x |
vdb-codegen-plugin-1.7.2
|
||
vdb-codegen-plugin-1.7.1
|
|||
1.6.x |
vdb-codegen-plugin-1.6.0
|
||
1.5.x |
vdb-codegen-plugin-1.5.1
|
||
vdb-codegen-plugin-1.5.0
|
|||
1.4.x |
vdb-codegen-plugin-1.4.0
|
||
1.3.x |
vdb-codegen-plugin-1.3.1
|
||
vdb-codegen-plugin-1.3.0
|
|||
1.2.x |
vdb-codegen-plugin-1.2.0
|
||
1.1.x |
vdb-codegen-plugin-1.1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.teiid</groupId>
<artifactId>vdb-codegen-plugin</artifactId>
<version>1.7.2</version>
</plugin>
Advertisement