<plugin> <groupId> org.apache.maven.plugins </groupId><artifactId>maven-surefire-plugin</artifactId> <configuration> <forkMode>once</forkMode> <configuration> <childDelegation>true</childDelegation> </configuration> </configuration> </plugin>
I don't have fork or childDelegation set but are facing a similiar problem in commons jci. The tests run just fine from within eclipse but through maven/surefire I also get ClassNotFoundExceptions. Do I see a pattern here? cheers -- Torsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
