Turned out we've been bitten by this in Cayenne.... This is a surefire
Maven plugin bug that breaks the Cayenne agent. Once I added version
2.2 to the plugin declaration I was able to run the test successfully:
....
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.2</version>
....
$ mvn test -Pcayenne
[INFO] Surefire report directory: /Users/andrus/Desktop/core/target/
surefire-reports
*** CayenneAgent starting...
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO]
------------------------------------------------------------------------
On Dec 11, 2007, at 7:48 PM, Gilberto C Andrade wrote:
> Would you mind check my project?(attach)
>
> Gilberto
> <core.tar.gz>
This archive was generated by hypermail 2.0.0 : Mon Dec 17 2007 - 16:01:40 EST