Skip to content

[MNG-5567] Zip files are not included in classpaths at all #6770

@jira-importer

Description

@jira-importer

Pablo La Greca opened MNG-5567 and commented

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


Affects: 3.3.9

Issue Links:

  • MNG-1683 type zip for packaging ?

  • MNG-6080 New scope for non-functional dependencies

  • MNG-2500 Zip files are not included in the test classpath

  • MWAR-406 custom artifact types don't get copied to WEB-INF/lib
    ("is depended upon by")

Remote Links:

1 votes, 12 watchers

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority:criticalCrashes, loss of data, severe memory leak

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions