MVN

org.javabits.maven.md : md-maven-pluging

Maven & Gradle

Mar 02, 2014
0 stars

Markdown Maven Plugin · This project aims to provide a maven plugin that generate documentation based on Markdown syntax.

<plugin>
    <groupId>org.javabits.maven.md</groupId>
    <artifactId>md-maven-pluging</artifactId>
    <version>1.0.0.M3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.javabits.maven.md : md-maven-pluging to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0.M3

All Versions

Choose a version of org.javabits.maven.md : md-maven-pluging to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
md-maven-pluging-1.0.0.M3

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.javabits.maven.md</groupId>
    <artifactId>md-maven-pluging</artifactId>
    <version>1.0.0.M3</version>
</plugin>

Advertisement