MVN

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

Maven & Gradle

Apr 20, 2008
1 usages

Apache MyFaces Buildtools Maven2 Faces Plugin · A maven plugin that uses metadata input files to generate JSF Component, Validator and Tag classes, together with the associated configuration files (.tld, faces-config.xml, etc).

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

Latest Version

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

  • Latest Stable: 1.0.0

All Versions

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

Version Vulnerabilities Updated
1.0.x
myfaces-faces-plugin-1.0.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.apache.myfaces.buildtools</groupId>
    <artifactId>myfaces-faces-plugin</artifactId>
    <version>1.0.0</version>
</plugin>