MVN

net.sf.tacos : tapdoc-maven-plugin

Maven & Gradle

Dec 19, 2007

Tapdoc Maven Plugin · Maven 2 plugin for TapDoc

<plugin>
    <groupId>net.sf.tacos</groupId>
    <artifactId>tapdoc-maven-plugin</artifactId>
    <version>0.7.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.tacos : tapdoc-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.7.0

All Versions

Choose a version of net.sf.tacos : tapdoc-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.7.x
tapdoc-maven-plugin-0.7.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>net.sf.tacos</groupId>
    <artifactId>tapdoc-maven-plugin</artifactId>
    <version>0.7.0</version>
</plugin>