Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.0.4
-
None
-
None
-
windows xp
Description
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
Attachments
Issue Links
- is related to
-
MNG-5567 Zip files are not included in classpaths at all
- Reopened