MVN

com.agilejava.docbkx : docbkx-builder-maven-plugin

Maven & Gradle

Apr 26, 2016
14 stars

Docbkx Maven Plugin Builder · Contrary to what you would probably expect, this plugin does *not* provide a mechanism for generating different output formats from DocBook sources. Instead it provides a plugin for generating plugins that do that.

<plugin>
    <groupId>com.agilejava.docbkx</groupId>
    <artifactId>docbkx-builder-maven-plugin</artifactId>
    <version>2.0.17</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.agilejava.docbkx : docbkx-builder-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.0.17

All Versions

Choose a version of com.agilejava.docbkx : docbkx-builder-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
docbkx-builder-maven-plugin-2.0.17
docbkx-builder-maven-plugin-2.0.16
docbkx-builder-maven-plugin-2.0.15
docbkx-builder-maven-plugin-2.0.14
docbkx-builder-maven-plugin-2.0.13
docbkx-builder-maven-plugin-2.0.12
docbkx-builder-maven-plugin-2.0.11
docbkx-builder-maven-plugin-2.0.10
docbkx-builder-maven-plugin-2.0.9
docbkx-builder-maven-plugin-2.0.8
docbkx-builder-maven-plugin-2.0.7

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-builder-maven-plugin</artifactId>
    <version>2.0.17</version>
</plugin>

Advertisement