MVN

io.github.iamaldren : doc-converter-maven-plugin

Maven & Gradle

May 31, 2022
0 stars

io.github.iamaldren:doc-converter-maven-plugin · A maven-plugin that can be used to convert files into certain file types

<plugin>
    <groupId>io.github.iamaldren</groupId>
    <artifactId>doc-converter-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.iamaldren : doc-converter-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of io.github.iamaldren : doc-converter-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
doc-converter-maven-plugin-1.0.2

How to add a plugin to Maven

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

<plugin>
    <groupId>io.github.iamaldren</groupId>
    <artifactId>doc-converter-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>