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.jeluard</groupId>
<artifactId>maven-plantuml-plugin</artifactId>
<version>7940</version>
</plugin>
Choose a version of com.github.jeluard : maven-plantuml-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
7940 |
maven-plantuml-plugin-7940
|
||
7934 |
maven-plantuml-plugin-7934
|
||
7933 |
maven-plantuml-plugin-7933
|
||
7876 |
maven-plantuml-plugin-7876
|
||
7232 |
maven-plantuml-plugin-7232
|
||
7177 |
maven-plantuml-plugin-7177
|
||
6487 |
maven-plantuml-plugin-6487
|
||
6242 |
maven-plantuml-plugin-6242
|
||
6121 |
maven-plantuml-plugin-6121
|
||
6085 |
maven-plantuml-plugin-6085
|
||
6055 |
maven-plantuml-plugin-6055
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.github.jeluard</groupId>
<artifactId>maven-plantuml-plugin</artifactId>
<version>7940</version>
</plugin>
Advertisement