In the download section of primefaces there are 3 links:
binary
bundle
sources
I use primefaces 3.4.2 and would like to recompile one java class to fulfill my needs.
I downloaded the sources. Now I would like to recompile this class, but I don’t know how to achieve that. How can I compile a primefaces source?
Checkout sources from repo. It is maven project, so build it with maven.