MVN

store.taotao.docbook : taotao-docbook-maven-plugin

Maven & Gradle

Mar 07, 2023

taotao 的 docbook 插件

<plugin>
    <groupId>store.taotao.docbook</groupId>
    <artifactId>taotao-docbook-maven-plugin</artifactId>
    <version>1.0.2-RELEASE</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of store.taotao.docbook : taotao-docbook-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.2-RELEASE

All Versions

Choose a version of store.taotao.docbook : taotao-docbook-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
taotao-docbook-maven-plugin-1.0.2-RELEASE
taotao-docbook-maven-plugin-1.0.1-RELEASE
taotao-docbook-maven-plugin-1.0.0-RELEASE

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>store.taotao.docbook</groupId>
    <artifactId>taotao-docbook-maven-plugin</artifactId>
    <version>1.0.2-RELEASE</version>
</plugin>