Search code examples
jsf-2primefaces

How can I compile a primefaces source?


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?


Solution

  • Checkout sources from repo. It is maven project, so build it with maven.