[ https://issues.apache.org/jira/browse/MNG-5567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15848143#comment-15848143 ]
Joerg Schaible commented on MNG-5567: ------------------------------------- Still I have major concerns to include this at all. Currently ZIPs are often used as attached artifacts to transport some additional resources. With this functionality these artifacts add suddenly all kind of unwanted transitive dependencies. If you look at Central for ZIP artifacts then you'll have trouble to find one that is usable as a JAR. > 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.5.1 > > > 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)