Hi all,

This is probably something really straight forward, but I couldn't
find it on the FAQ or mailing list: what's the easiest way to exclude
a file from being included in the jar artifact. Without making use of
any configuration set, I simply tried:

jar {
   fileSet {
       exclude('log4j.properties')
       }
}

... but without success. Any hints welcome.

-- Niko

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to