Currently, build/resources/includes only allow include's and exclude's to be specified. These include's/exclude's will become part of a patternset that applies to one and only one fileset, whose directory is based on the maven.jarResources.basedir property.
This is inflexible. E.g., I put image files in src/images directory while properties files in src/properties. I want them to be included in the jar without the images/ and properties/ directory prefix. To achieve what I want now, I have to move all files under src/images and src/properties into a separate directory, say src/resources. Then, I have to change maven.jarResources.basedir to src/resources. It would be great if build/resources in project.xml allows multiple filesets. -- Willie Vu -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
