Hello Everyone, I'd like to create a custom JSF2 component. In NetBeans 6.9.1 (Default Archetype Catalog) there is a Maven artifact to build custom JSF2 component based on MyFaces, but it produces a lot of stuff (links to MyFaces libraries) which needs to be replaced if it is intended for Mojarra. Additionaly, it creates TLD file instead of custom.tag.xml file. Is ...