Hi,
I have two projects A and B, and I would like to execute on my project B
the test case defines on project A.
I have write dependency on project B but when I try to execute test on B
no test were found.
<dependency>
<groupId>com.bmc.td</groupId>
<artifactId>vp</artifactId>
<version>2.0-SNAPSHOT</version>
<type>test-jar</type>
<scope>build</scope>
</dependency>
Thanks,
--Christophe Gierski
