Pablo La Greca created MNG-5567: ----------------------------------- Summary: Zip files are not included in the test classpath Key: MNG-5567 URL: https://jira.codehaus.org/browse/MNG-5567 Project: Maven 2 & 3 Issue Type: Bug Components: Dependencies Environment: windows xp Reporter: Pablo La Greca
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, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira