Wednesday 22 October 2008

tomcat 6 + facelets + maven

After creating a project with archetype softeu-archetype-jsf to make the webapp works with tomcat 6 do the following:

In your pom add in the add the following dependencies and repository:



javax.el
el-api
1.2
compile


com.sun.el
el-ri
1.0
compile



http://download.java.net/maven/2/
maven2-repository.dev.java.net
Java.net Repository for Maven 2

0 comments: