And if your using Eclipse you might want to include i you project.properties:

maven.eclipse.classpath.include=src/conf

I don't know why the Eclipse plugin guys didn't include that dir (usually required for any build I do) but they don't.

- Brill Pappin

Brett Porter wrote:

src/conf will work as long as you specify a <resources/> section in
your <build/> element that points to that directory for the resources.
Same as for JAR.

Cheers,
Brett

On Sun, 27 Jun 2004 10:24:18 -0700 (PDT), phillip rhodes
<[EMAIL PROTECTED]> wrote:


I am trying to get some property files into the
classes directory of my war file.
I have tried the following:
Placing the property files into the src/conf directory
of my project.
That did not work.
I also created a project.properties file with the
following:
maven.war.classes.includes=conf
But this also did not work.

What is the best way to get a property file(s) into
the classes directory using maven?

Thanks very much.

__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

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





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





--
"Any sufficiently advanced magic is indistinguishable from technology."
                                                 - Arthur C Anticlarke


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



Reply via email to