Hi all,

I have my tests in a src/test/java folder and launching them from the IDE works just fine.

Tried to run them using maven install and the compiler cannot find the application classes (from src/main/java) :-(

Tried to move the test classes into src/main/java just to make them compile and got this:

[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [pde:test]
[INFO] [install:install]

...still no tests are run :-(

Adrian.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to