MVN

org.omnifaces : renderkitdoc-maven-plugin

Maven & Gradle

Sep 26, 2018
0 stars

renderkitdoc-maven-plugin · A maven plug-in to create render kit docs from a faces-config file. Based on renderkitdoc generation from Mojarra JSF Tools.

<plugin>
    <groupId>org.omnifaces</groupId>
    <artifactId>renderkitdoc-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.omnifaces : renderkitdoc-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.omnifaces : renderkitdoc-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
renderkitdoc-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.omnifaces</groupId>
    <artifactId>renderkitdoc-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>

Advertisement