Hi all

A simple modification proposed for the pluggin.jelly for the jar plugin.
As it is now, it calls ant:jar but only with the exclusions. Listing exclusions is sometime longer than inclusions. By adding a property in the build.properties (maven.jar.includes) and modifying plugin.jelly like this:


cvs diff plugin.jelly (in directory F:\java\apache-public-cvs\maven-plugins\jar\)
Index: plugin.jelly
===================================================================
RCS file: /home/cvspublic/maven-plugins/jar/plugin.jelly,v
retrieving revision 1.27
diff -r1.27 plugin.jelly
32c32,33
< excludes="${maven.jar.excludes}">
---
> excludes="${maven.jar.excludes}"
> includes="${maven.jar.includes}">


allows usage of both includes and excludes which can be very usefull in certain circumptances.

My first enhancement proposal, is it the right place to do it? If not, sorry for the unwanted traffic.
Didn't call it a patch either, neither did I open a bug for this since its not a bug ;)


Eric.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to