Re: There are no tests to run

2014-08-28 Thread tertelos
Have you find the solution ? -- View this message in context: http://maven.40175.n5.nabble.com/There-are-no-tests-to-run-tp106353p5803201.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe

Re: There are no tests to run.

2011-07-31 Thread Hilco Wijbenga
On 31 July 2011 17:43, tony wrote: > Thanks for your reply, And now My question is I don't know what is my > testSourceDirectory, > http://maven.40175.n5.nabble.com/file/n4653638/QQ%E6%88%AA%E5%9B%BE20110801084048.png src/test/java which you do not appear to have. That would explain no tests bein

Re: There are no tests to run.

2011-07-31 Thread tony
Thanks for your reply, And now My question is I don't know what is my testSourceDirectory, http://maven.40175.n5.nabble.com/file/n4653638/QQ%E6%88%AA%E5%9B%BE20110801084048.png -- View this message in context: http://maven.40175.n5.nabble.com/There-are-no-tests-to-run-tp4650980p4653638

Re: There are no tests to run.

2011-07-31 Thread Olivier Lamy
n-wps-commons > --- > [INFO] Surefire report directory: > C:\Users\keen\workspace\52n-wps\52n-wps-commons\target\surefire-reports > > --- >  T E S T S > --- > There are no tests to run. > &g

There are no tests to run.

2011-07-31 Thread tony
ps\52n-wps-commons\target\surefire-reports --- T E S T S ------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.3.1:jar (defau

Re: There are no tests to run

2009-11-12 Thread MrPotatoe
context: http://old.nabble.com/There-are-no-tests-to-run-tp26302586p26315293.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e

Re: There are no tests to run

2009-11-11 Thread Adam Leggett (UPCO)
If you absolutely *must* put your tests in a dir other than the convention then you can configure that too: http://maven.apache.org/pom.html#Directories On Wed, 2009-11-11 at 09:48 -0600, Wayne Fay wrote: > > > >${basedir}/src/**/Test*.java > >

Re: There are no tests to run

2009-11-11 Thread Wayne Fay
>                 >                        ${basedir}/src/**/Test*.java >                 In Maven, tests belong in ${basedir}/src/test/java. Move them there, remove this include from surefire plugin node, and everything should run just fine. (AKA stop fighting Maven and start using it, drink the

Re: There are no tests to run

2009-11-11 Thread Upul Godage
pace\Proyecto\src\test\resources > [INFO] [compiler:testCompile {execution: default-testCompile}] > [INFO] No sources to compile > [INFO] [surefire:test {execution: default-test}] > [INFO] Surefire report directory: ***\Proyecto\target\surefire-reports > >

Re: There are no tests to run

2009-11-11 Thread Anders Hammar
o\src\test\resources > [INFO] [compiler:testCompile {execution: default-testCompile}] > [INFO] No sources to compile > [INFO] [surefire:test {execution: default-test}] > [INFO] Surefire report directory: ***\Proyecto\target\surefire-reports > > --- > T E S T S > ---

There are no tests to run

2009-11-11 Thread MrPotatoe
get\surefire-reports --- T E S T S ----------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] BU

RE: There are no tests to run

2008-06-30 Thread buters
juni 2008 15:04 >> To: users@maven.apache.org >> Subject: RE: There are no tests to run >> >> >> I use m2eclipse and I create Maven projects direct in >> eclipse. Also folder structure must be ok. (src/test/java) > > Seems fine. What about the class naming of your

RE: There are no tests to run

2008-06-30 Thread De Smet Ringo
> -Original Message- > From: buters [mailto:[EMAIL PROTECTED] > Sent: maandag 30 juni 2008 15:04 > To: users@maven.apache.org > Subject: RE: There are no tests to run > > > I use m2eclipse and I create Maven projects direct in > eclipse. Also folder stru

RE: There are no tests to run

2008-06-30 Thread buters
>> T E S T S >> ------------------- >> There are no tests to run. >> >> Results : >> >> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 >> >> What do I wrong? > > In which source folder

RE: There are no tests to run

2008-06-30 Thread De Smet Ringo
> I've created tests. They run ok with junit-test. But mvn test > display this: > --- > T E S T S > ----------- > There are no tests to run. > > Results : > > T

There are no tests to run

2008-06-30 Thread buters
Hi, I've created tests. They run ok with junit-test. But mvn test display this: --- T E S T S --- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0