
February 4th, 2009 by

Lincoln Baxter III
Ocpsoft PrettyFaces is in Maven!
Maven JSF users can be relieved, PrettyFaces is now in the
Maven central repository:
To include PrettyFaces in a Maven project, add the following dependency to your POM.
<dependency>
<groupId>com.ocpsoft</groupId>
<artifactId>ocpsoft-pretty-faces</artifactId>
<version>{version}</version>
</dependency>
Special thanks to Ryan DeLaplante at
http://www.ryandelaplante.com for helping me get this set up! He wrote the initial POM and helped me to get started learning Maven… now I’m hooked.
About the author:
Lincoln Baxter, III is a Senior Software Engineer at Red Hat, working on JBoss open-source projects; most notably as project lead for JBoss Forge. This blog represents his personal thoughts and perspectives, not necessarily those of his employer.
He is a founder of OCPsoft, the author of PrettyFaces and Rewrite, the leading URL-rewriting extensions for Servlet, Java EE, and Java web frameworks; he is also the author of PrettyTime, social-style date and timestamp formatting for Java. When he is not swimming, running, or playing Ultimate Frisbee, Lincoln is focused on promoting open-source software and making web-applications more accessible for small businesses, individuals.
Posted in
PrettyFaces