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.teamscale</groupId>
<artifactId>teamscale-maven-plugin</artifactId>
<version>31.0.0</version>
</plugin>
Choose a version of com.teamscale : teamscale-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
31.0.x |
teamscale-maven-plugin-31.0.0
|
||
30.1.x |
teamscale-maven-plugin-30.1.1
|
||
teamscale-maven-plugin-30.1.0
|
|||
30.0.x |
teamscale-maven-plugin-30.0.2
|
||
teamscale-maven-plugin-30.0.1
|
|||
teamscale-maven-plugin-30.0.0
|
|||
29.1.x |
teamscale-maven-plugin-29.1.3
|
||
teamscale-maven-plugin-29.1.2
|
|||
27.0.x |
teamscale-maven-plugin-27.0.1
|
||
teamscale-maven-plugin-27.0.0
|
|||
26.0.x |
teamscale-maven-plugin-26.0.2
|
||
teamscale-maven-plugin-26.0.1
|
|||
teamscale-maven-plugin-26.0.0
|
|||
25.0.x |
teamscale-maven-plugin-25.0.0
|
||
24.1.x |
teamscale-maven-plugin-24.1.1
|
||
24.0.x |
teamscale-maven-plugin-24.0.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.teamscale</groupId>
<artifactId>teamscale-maven-plugin</artifactId>
<version>31.0.0</version>
</plugin>
Advertisement