MVN

org.codehaus.mojo : ditaot-maven-plugin

Maven & Gradle

Jul 04, 2013

DITA Open Toolkit Maven Plugin · This plugin is a thin wrapper of DITA Open Toolkit's Ant command line. It also has additional goal to convert the DITA's Microsoft CHM output to a pure HTML output

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>ditaot-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo : ditaot-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.codehaus.mojo : ditaot-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
ditaot-maven-plugin-1.0

How to add a plugin to Maven

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

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>ditaot-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>