You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2017/05/15 13:31:04 UTC

[jira] [Assigned] (MNG-5567) Zip files are not included in classpaths at all

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

Michael Osipov reassigned MNG-5567:
-----------------------------------

    Assignee:     (was: Michael Osipov)

> Zip files are not included in classpaths at all
> -----------------------------------------------
>
>                 Key: MNG-5567
>                 URL: https://issues.apache.org/jira/browse/MNG-5567
>             Project: Maven
>          Issue Type: Bug
>          Components: Dependencies
>    Affects Versions: 3.3.9
>            Reporter: Pablo La Greca
>            Priority: Critical
>             Fix For: Issues to be reviewed for 4.x
>
>
> 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.3.15#6346)