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]
