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.graphwalker</groupId>
<artifactId>graphwalker-maven-plugin</artifactId>
<version>4.3.2</version>
</plugin>
Choose a version of org.graphwalker : graphwalker-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.3.x |
graphwalker-maven-plugin-4.3.2
|
||
graphwalker-maven-plugin-4.3.1
|
|||
graphwalker-maven-plugin-4.3.0
|
|||
4.2.x |
graphwalker-maven-plugin-4.2.0
|
||
4.1.x |
graphwalker-maven-plugin-4.1.0
|
||
4.0.x |
graphwalker-maven-plugin-4.0.1
|
||
graphwalker-maven-plugin-4.0.0
|
|||
3.4.x |
graphwalker-maven-plugin-3.4.2
|
||
graphwalker-maven-plugin-3.4.1
|
|||
graphwalker-maven-plugin-3.4.0
|
|||
3.3.x |
graphwalker-maven-plugin-3.3.0
|
||
3.2.x |
graphwalker-maven-plugin-3.2.1
|
||
graphwalker-maven-plugin-3.2.0
|
|||
3.1.x |
graphwalker-maven-plugin-3.1.1
|
||
graphwalker-maven-plugin-3.1.0
|
|||
3.0.x |
graphwalker-maven-plugin-3.0.0
|
||
graphwalker-maven-plugin-3.0.0-RC1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-maven-plugin</artifactId>
<version>4.3.2</version>
</plugin>
Advertisement