I needed a way to add an additional pattern to the files packaged into the SAR. Therefore I implemented some functionality to specify an <includes /> and <excludes /> block in the <configuration /> of the plugin.
Sorry I do not have integration tests--I am new to Maven plugin development and haven't had the time to figure out how to properly test integrated with Maven.
Since source/target for the build are 1.5, I went and upped the JUnit version to 4.3.1 since I find it would be counterproductive to use 3.8.1.
The attached diff is against 1.0.
Include/Exclude configuration feature plus unit test.