MVN

org.apache.myfaces.buildtools : myfaces-builder-plugin

Maven & Gradle

Jul 21, 2020

Apache MyFaces Buildtools Maven2 Builder Plugin · A maven plugin that uses annotations (java15 or doclet style) to generate the necessary JSF configuration files (.tld, faces-config.xml, etc) and optionally Tag, Validator and Component classes.

<plugin>
    <groupId>org.apache.myfaces.buildtools</groupId>
    <artifactId>myfaces-builder-plugin</artifactId>
    <version>1.0.11</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.myfaces.buildtools : myfaces-builder-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.11

All Versions

Choose a version of org.apache.myfaces.buildtools : myfaces-builder-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
myfaces-builder-plugin-1.0.11
myfaces-builder-plugin-1.0.10
myfaces-builder-plugin-1.0.9
myfaces-builder-plugin-1.0.8
myfaces-builder-plugin-1.0.7
myfaces-builder-plugin-1.0.6
myfaces-builder-plugin-1.0.5
myfaces-builder-plugin-1.0.4
myfaces-builder-plugin-1.0.3
myfaces-builder-plugin-1.0.2
myfaces-builder-plugin-1.0.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>org.apache.myfaces.buildtools</groupId>
    <artifactId>myfaces-builder-plugin</artifactId>
    <version>1.0.11</version>
</plugin>