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?

One option is to move them to a directory structure that is not used
by default.  For example, I put Selenium tests in src/test/selenium,
and Maven ignores them (unless I activate a profile that is
specifically configured to do something with them.)

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

--
Wendy

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

Reply via email to