How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>uk.org.retep.tools.docbook</groupId>
<artifactId>docbkx</artifactId>
<version>10.6</version>
</plugin>
Choose a version of uk.org.retep.tools.docbook : docbkx to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
10.6 |
docbkx-10.6
|
||
10.5.x |
docbkx-10.5.1
|
||
10.5 |
docbkx-10.5
|
||
10.1 |
docbkx-10.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>uk.org.retep.tools.docbook</groupId>
<artifactId>docbkx</artifactId>
<version>10.6</version>
</plugin>
Advertisement