imagej / imagej-maven-plugin

[OBSOLETE] All goals migrated to scijava/scijava-maven-plugin
Other
4 stars 6 forks source link

Add an integration test for <exclusions> #2

Closed dscho closed 10 years ago

dscho commented 10 years ago

Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de

dscho commented 10 years ago

This addresses #1.

Note that my first attempt at an integration test (which I wrote first, to see whether there was actually anything to fix) failed because I forgot to specify the <groupId> of the <exclusion>. If the <groupId> is missing, the exclusion is simply ignored...