MVN

com.github.albfernandez.richfaces.cdk : richfaces-cdk-maven-plugin

Maven & Gradle

Apr 10, 2020

RichFaces CDK - Generator Maven Plugin · Maven plugin for JSF components code generation

<plugin>
    <groupId>com.github.albfernandez.richfaces.cdk</groupId>
    <artifactId>richfaces-cdk-maven-plugin</artifactId>
    <version>4.6.1.ayg</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.albfernandez.richfaces.cdk : richfaces-cdk-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 4.6.1.ayg

All Versions

Choose a version of com.github.albfernandez.richfaces.cdk : richfaces-cdk-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
4.6.x
richfaces-cdk-maven-plugin-4.6.1.ayg
richfaces-cdk-maven-plugin-4.6.0.ayg

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.albfernandez.richfaces.cdk</groupId>
    <artifactId>richfaces-cdk-maven-plugin</artifactId>
    <version>4.6.1.ayg</version>
</plugin>