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.docetproject</groupId>
<artifactId>docet-maven-plugin</artifactId>
<version>1.20.0</version>
</plugin>
Choose a version of org.docetproject : docet-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.20.x |
docet-maven-plugin-1.20.0
|
||
1.19.x |
docet-maven-plugin-1.19.0
|
||
1.18.x |
docet-maven-plugin-1.18.0
|
||
1.17.x |
docet-maven-plugin-1.17.0
|
||
1.16.x |
docet-maven-plugin-1.16.0
|
||
1.15.x |
docet-maven-plugin-1.15.1
|
||
docet-maven-plugin-1.15.0
|
|||
1.14.x |
docet-maven-plugin-1.14.0
|
||
1.13.x |
docet-maven-plugin-1.13.0
|
||
0.17.x |
docet-maven-plugin-0.17.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.docetproject</groupId>
<artifactId>docet-maven-plugin</artifactId>
<version>1.20.0</version>
</plugin>
Advertisement