Re: No test to run, No code to compile

2014-09-01 Thread tertelos
Hi, how do i deactivate it ? i tried to write none within the phase tags but it didnt work at all -- View this message in context: http://maven.40175.n5.nabble.com/No-test-to-run-No-code-to-compile-tp5803100p5803505.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: No test to run, No code to compile

2014-08-29 Thread Adrien Rivard
Hi, It works ok here, with both maven 3.1.0 and 3.2.1, oracle Java 1.7.0_45 from the logs it sounds like the jacoco maven plugin is failing, you may want to deactivate it to see if it goes better. On Thu, Aug 28, 2014 at 10:39 PM, tertelos kkarka...@yahoo.com wrote: I expect some unit

Re: No test to run, No code to compile

2014-08-28 Thread Adrien Rivard
Hi, I'm not really sure what are you expecting, but I will suppose you want to run some junit tests. Most probably those tests are not in the right directory and or have not the good filename pattern (mostly should end with Test) or does not contains tests methods (@Test annotations). If that

Re: No test to run, No code to compile

2014-08-28 Thread tertelos
I expect some unit tests to run, here is the pom file, the latest console output and the github project: GitHub project: https://github.com/karkalos/game-of-life POM file: ?xml version=1.0 encoding=UTF-8? project xmlns=http://maven.apache.org/POM/4.0.0;

No test to run, No code to compile

2014-08-27 Thread tertelos
I have been struggling with this for days and i really want to move on can somebody please help me, i am getting the following console output: T E S T S Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-easyb-plugin:1.4:test (default) @ gameoflife --- [INFO]