Zip files are not included in the test classpath
------------------------------------------------
Key: MNG-2500
URL: http://jira.codehaus.org/browse/MNG-2500
Project: Maven 2
Issue Type: Bug
Affects Versions: 2.0.4
Environment: windows xp
Reporter: rudi grasmuck
when i added a dependency that was zip file
eg <dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.7.3.0</version>
<scope>provided</scope>
<type>zip</type>
</dependency>
this file was not included in the test classpath and so the test would not pass
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira