MVN

uk.org.retep.third-party.docbkx-tools : docbkx-builder-maven-plugin

Maven & Gradle

Jan 29, 2010

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>uk.org.retep.third-party.docbkx-tools</groupId>
    <artifactId>docbkx-builder-maven-plugin</artifactId>
    <version>10.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.org.retep.third-party.docbkx-tools : docbkx-builder-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 10.1

All Versions

Choose a version of uk.org.retep.third-party.docbkx-tools : docbkx-builder-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
10.1
docbkx-builder-maven-plugin-10.1

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.third-party.docbkx-tools</groupId>
    <artifactId>docbkx-builder-maven-plugin</artifactId>
    <version>10.1</version>
</plugin>