On 24 July 2012 13:10, Markus Karg <[email protected]> wrote: > Well, „canBeEdited“ is the Unit Test itself, so it cannot be the source, as > it runs well in mvn (and, BTW, it does nothing but simply creating an > instance of a class).
By default, de.quipsy.entities.ProjectAPQPCompliance.canBeEdited is not a class that will automatically be run by Maven; http://maven.apache.org/plugins/maven-surefire-plugin/examples/inclusion-exclusion.html "By default, the Surefire Plugin will automatically include all test classes with the following wildcard patterns: ..." Are you sure that that class is actually being run when called via Maven? Greg _______________________________________________ m2e-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/m2e-users
