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.agilejava.docbkx</groupId>
<artifactId>docbkx-fop-support</artifactId>
<version>2.0.17</version>
</plugin>
Choose a version of com.agilejava.docbkx : docbkx-fop-support to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
docbkx-fop-support-2.0.17
|
||
docbkx-fop-support-2.0.16
|
|||
docbkx-fop-support-2.0.15
|
|||
docbkx-fop-support-2.0.14
|
|||
docbkx-fop-support-2.0.13
|
|||
docbkx-fop-support-2.0.12
|
|||
docbkx-fop-support-2.0.11
|
|||
docbkx-fop-support-2.0.10
|
|||
docbkx-fop-support-2.0.9
|
|||
docbkx-fop-support-2.0.8
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.agilejava.docbkx</groupId>
<artifactId>docbkx-fop-support</artifactId>
<version>2.0.17</version>
</plugin>
Advertisement