[
https://issues.apache.org/jira/browse/MNG-5567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15285141#comment-15285141
]
Hudson commented on MNG-5567:
-----------------------------
SUCCESS: Integrated in maven-3.x #1271 (See
[https://builds.apache.org/job/maven-3.x/1271/])
[MNG-5567] Zip files are not included in classpaths at all (michaelo: rev
c023e58104b71e27def0caa034d39ab0fa0373b6)
* maven-core/src/site/apt/artifact-handlers.apt
* maven-core/src/main/resources/META-INF/plexus/artifact-handlers.xml
> 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
> Assignee: Michael Osipov
> Priority: Critical
> Fix For: 3.4.0
>
>
> 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.4#6332)