MVN

com.github.matinh.vdldoc : vdldoc-maven-plugin

Maven & Gradle

Aug 03, 2020
0 stars

Vdldoc Maven Plugin · The Vdldoc Plugin uses Vdldoc to generate Documentation for Facelet tags and JSF (composite) components.

<plugin>
    <groupId>com.github.matinh.vdldoc</groupId>
    <artifactId>vdldoc-maven-plugin</artifactId>
    <version>2.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.matinh.vdldoc : vdldoc-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.0
  • Latest Beta: 1.0-beta-1
  • Latest Alpha: 1.0-alpha-1

All Versions

Choose a version of com.github.matinh.vdldoc : vdldoc-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0
vdldoc-maven-plugin-2.0
1.0
vdldoc-maven-plugin-1.0
vdldoc-maven-plugin-1.0-beta-1
vdldoc-maven-plugin-1.0-alpha-1

How to add a plugin to Maven

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

<plugin>
    <groupId>com.github.matinh.vdldoc</groupId>
    <artifactId>vdldoc-maven-plugin</artifactId>
    <version>2.0</version>
</plugin>