Thank you all. It works:

<build>
        ...

<testSourceDirectory>${basedir}/src/es/gmrcanarias/pandora/test</testSourceDirectory>
        ...

<plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>2.4.3</version>
        <configuration>
                <includes>
                        <include>**/Test*.java</include>
                </includes>
        </configuration>
</plugin>

-- 
View this message in 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to