Wendy Smoak wrote:
On 12/4/06, Christian Goetze <[EMAIL PROTECTED]> wrote:
I would like to systematically ignore certain source files in the build.
I don;t want them to appear in my jars or any other artifacts. Is there
a global way to exclude them?
Where are the files located, and what type of files are they?
They are "." files generated by the build system into which I'm
embedding maven. They contain additional metadata about the files and I
do not have the option of moving them around. They will appear wherever
source files exist, and they seem to end up in the jars generated by the
packaging.
If they are under src/main/resources, you can use <resource><excludes>
to ignore them.
http://maven.apache.org/ref/2.0.4/maven-model/maven.html
I'm wondering if there isn't an option for the maven-jar-plugin, but I
can't seem to find any.
--
cg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]