Posts Tagged ‘Maven

Solutions to the Absent Code attribute problem often encountered when trying to do unit testing with Maven&/JUnit.

Because I’m still sometimes doing some PHP-Coding, I wanted to get started with Maven for PHP, however, I ran into various problems with the way it was described on their webpage. Unfortunately, also the mailing list did not respond to my mails, so I had to dig into the source alone. The problem I had [...]

he team from Sun/the JSF Expert Group released a page showing what you need to add to your pom.xml to include jsf-2 in your maven project. Taken from https://javaserverfaces.dev.java.net/maven2, the required parts are: If you use Glassfish v3 or higher: javax.faces jsf-api 2.0 provided If you use Tomcat or Jetty (or any other non JEE6 [...]


top