[ 
https://jira.codehaus.org/browse/MNG-5567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=339912#comment-339912
 ] 

Pablo La Greca commented on MNG-5567:
-------------------------------------

As I couldn't reopen MNG-2500 I created this new issue.

Why did you close it as won't fix?. It makes perfect sense to have a dependency 
as zip and not as jar. 

If you take a look at the classpath documentation here: 
http://docs.oracle.com/javase/7/docs/technotes/tools/windows/classpath.html you 
can see that .zip files are valid as part of the classpath and maven should 
support that. I understand that adding support for that may cause side effects 
with the current maven behavior but at least you should add a workaround to be 
able to add the .zip dependency to the classpath and test classpath
                
> 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

Reply via email to