MyFaces Trinidad-related Maven Plugins
Posted by Mike Haller
on Sunday, July 29. 2007
at 13:48
in Java
The Apache MyFaces project contains JSF-related (Java Server Faces) frameworks and tools.One of these is Apache MyFaces Trinidad.
Trinidad contains several Maven plugins:
- maven-faces-plugin
- Generates source code for components, facelet taglibs, the faces config, jsp taglib and the renderkit
- maven-i18n-plugin
- Generates JavaScript Locales and Locale Elements
- maven-javacc-plugin
- Trinidad internal plugin, not to be used
- maven-javascript-plugin
- JavaScript Obfuscator and Optimizer
- maven-jdev-plugin
- Generates workspace for JDeveloper
- maven-tagdoc-plugin
- Generates JSF Tag documentation
- maven-xrts-plugin
- Generates Message Bundle classes from XML
I'll try to write something about each of these as I come along in our JSF project.
