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.teradata</groupId>
<artifactId>redlinerpm-maven-plugin-td</artifactId>
<version>2.1.5</version>
</plugin>
Choose a version of com.teradata : redlinerpm-maven-plugin-td to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
redlinerpm-maven-plugin-td-2.1.5
|
||
redlinerpm-maven-plugin-td-2.1.4
|
|||
redlinerpm-maven-plugin-td-2.1.3
|
|||
redlinerpm-maven-plugin-td-2.1.2
|
|||
redlinerpm-maven-plugin-td-2.1.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.teradata</groupId>
<artifactId>redlinerpm-maven-plugin-td</artifactId>
<version>2.1.5</version>
</plugin>
Advertisement