To All, Both the findbugs and javancss plugins are not working correctly. A quickfix for these plugins is adding the following dependency to the pom in your local repo:
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1-beta-7</version>
</dependency>
Jira issue http://jira.codehaus.org/browse/MEV-359 is created to solve this
dependency problem.
Rik
