Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-5567

Zip files are not included in classpaths at all

    XMLWordPrintableJSON

Details

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              pablo.lagreca Pablo La Greca
              Votes:
              1 Vote for this issue
              Watchers:
              10 Start watching this issue

              Dates

                Created:
                Updated: