Re: maven-surefire-report-plugin - with multiple modules?

2006-06-14 Thread henrikwl
As far as I know, there is no convenient way to generate aggregating reports. The clover plugin does it by way of a dedicated "aggregate" goal, and I'm working on implementing the same thing in cobertura. (http://jira.codehaus.org/browse/MCOBERTURA-33) -- View this message in context: http://www.

Re: plexus-utils 1.1 giving me a hard time

2006-06-13 Thread henrikwl
mvn -X tells me that the only plexus-utils JAR in my classpath is 1.1. As for putting 1.3-SNAPSHOT in , I seem to have read somewhere that it doesn't really matter what version of plexus-utils your pom depends on, what you get is the version present in M2_HOME/core. This may have changed recently,

plexus-utils 1.1 giving me a hard time

2006-06-13 Thread henrikwl
Running Maven 2.0.4 release, and am trying to build the latest cobertura-maven-plugin from SVN. The compiler throws a "symbol not found" for the getDefaultExcludesAsList() method in the FileUtils class. This is regardless of the fact that plexus-utils-1.1.jar is present in my classpath, as well