Hi all I noticed that the tests do not run with Maven, because the classes end with "...Tests" and not "...Test". There are two solutions to this: - renaming the classes; - configure the Surefire plugin to accept them: http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#includes
IMO they are both ok, but I would prefer (just a question of taste :-) ) to rename the files so they have a "conventional" name. Once I know what you like, I will open a JIRA issue and try to post a patch. Ciao Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
