Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Later
-
0.97
-
None
-
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
Attachments
Issue Links
- depends upon
-
IMAGING-85 Rename src/test/data directory to src/test/resources to comply with maven conventions
- Closed