On 6/8/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]>
wrote:

Looking a bit deeper I discovered the classpath being used in Eclipse
contains a lot more entries than the one being used by maven.


Hi Minto

The classpath used to startup maven is different from the one that is used
to build and test your modules.
Hence the dependencies section in your pom.xml file.

Have you included the libraries needed for testing as test-scoped
dependencies in the pom.xml file of the resp. module?

Cheers
Jo

Reply via email to