Uploaded image for project: 'Commons Imaging'
  1. Commons Imaging
  2. IMAGING-84

Generate tests.jar so client projects can leverage test image data easily

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Later
    • 0.97
    • None
    • Build
    • None

    Description

      Client projects of commons-imaging need test image data and commons-imaging already has a pretty good set.

      The simple patch below can be applied to pom.xml to generate commons-imaging-xxx-tests.jar in addition to commons-imaging-xxx.jar to allow client projects to leverage the test data.

      Index: pom.xml
      ===================================================================
      --- pom.xml     (revision 1354112)
      +++ pom.xml     (working copy)
      @@ -89,6 +89,14 @@
             </plugin>
             <plugin>
               <artifactId>maven-jar-plugin</artifactId>
      +        <executions>
      +          <execution>
      +            <goals>
      +              <goal>test-jar</goal>
      +            </goals>
      +          </execution>
      +        </executions>
      +        
               <configuration>
                 <archive>
                   <manifestEntries>
      

      Attachments

        1. SANSELAN-82-patch.txt
          0.5 kB
          Farrukh Najmi

        Issue Links

          Activity

            People

              Unassigned Unassigned
              farrukhnajmi Farrukh Najmi
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: