[ 
https://jira.codehaus.org/browse/MNG-5567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte updated MNG-5567:
--------------------------------

    Description: 
when i added a dependency that was zip file 
eg
{code:xml}              <dependency>
                        <groupId>hsqldb</groupId>
                        <artifactId>hsqldb</artifactId>
                        <version>1.7.3.0</version>
                        <scope>provided</scope>
                        <type>zip</type>
                </dependency>
{code}

 this file was not included in the test classpath and so the test would not pass



  was:
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




> Zip files are not included in the test classpath
> ------------------------------------------------
>
>                 Key: MNG-5567
>                 URL: https://jira.codehaus.org/browse/MNG-5567
>             Project: Maven
>          Issue Type: Bug
>          Components: Dependencies
>            Reporter: Pablo La Greca
>            Priority: Critical
>
> when i added a dependency that was zip file 
> eg
> {code:xml}            <dependency>
>                       <groupId>hsqldb</groupId>
>                       <artifactId>hsqldb</artifactId>
>                       <version>1.7.3.0</version>
>                       <scope>provided</scope>
>                       <type>zip</type>
>               </dependency>
> {code}
>  this file was not included in the test classpath and so the test would not 
> pass



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to