I have a number of composite components within resources/components
directory in a Maven WAR project. I wish to make my composite components reusable, and instead package them alone in a JAR (they may have associated ManagedBeans
.
A number of existing questions, such as this one, address the same or a similar task. However, none specify how to use Maven to automate the process.
I would prefer to not use Ant.