I'm using maven 1.1 beta 2, win xp
I have a multiproject and my tests are not being run.
Junit tests summary:
Tests Errors Failures Success rate Time(s)
0 0 0 ? 0.00
But the tests appear at tests xref.
I don't have any property telling the tests to be skipped
here goes my project.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<project>
<extend>../com.yell.commonbuild/project.xml</extend>
<pomVersion>3</pomVersion>
<name>Thesaurus Subproject</name>
<package>com.yell.thesaurus</package>
<shortDescription>TODO:put here the proper description for
thesaurus Subproject</shortDescription>
<developers>... </developers>
<build>
<sourceDirectory>src</sourceDirectory>
<unitTestSourceDirectory>testsrc</unitTestSourceDirectory>
<unitTest>
<includes>
<include>*Test.java</include>
<include>*TestCase.java</include>
</includes>
</unitTest>
</build>
<artifactId>com.yell.thesaurus</artifactId>
<currentVersion>1.0-SNAPSHOT</currentVersion>
<dependencies>
...</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]