Hi users list,
Can someone help me with an unit testing issue?

I'm trying to reuse tests from another project and created a jar as described 
in http://maven.apache.org/guides/mini/guide-attached-tests.html.

I installed the jar and everything is fine to this point...
I thought that the following additions to the project's pom.xml (which should 
use the jar) would cause the test files included in the jar to run.

<dependency>
            <groupId>de.rub.nds</groupId>
            <artifactId>wsPraktikum11-tests</artifactId>
            <version>1.0</version>
            <type>test-jar</type>
            <scope>test</scope>
</dependency>

But when i run "mvn install" or "package" the tests of the external jar are 
not executed.
Do you have any hints for me? Did i get anything wrong?

Regards,
Chris



--
Dipl.-Ing. Christopher Meyer

Chair for Network and Data Security 
Horst Görtz Institute for IT-Security 
Ruhr-University Bochum, Germany

Phone: (+49) (0)234 / 32 - 29815
Fax: (+49) (0)234 / 32 - 14347
_________________________________
Universitätsstr. 150, ID 2/415
D-44801 Bochum, Germany
http:// www.nds.rub.de

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to