On Tue, Jan 12, 2010 at 2:18 PM, Sessizlik <[email protected]> wrote:
> > Ok sorry for mistake, > > Actually I wanted write build.properties. It is nothing than a normal > property file. > > 1 ) I believe that such files should be in "/META-INF" path. But I want to > be sure about this. Is it right path for it? > Still not sure how would anyone else know where a file that follows semantics known only to you should reside. As Wayne said earlier, /WEB-INF/classes is on the classpath of your app server, so if you want to be able to load this file via the classloader, that's where it *could* go. But it's really dependent upon what you are going to do with this file. > > 2 ) If it is right directory, how can I configure my war plugin to > configure > to put in there. Note that I dont mean /WEB-INF/classes/META-INF . > See http://maven.apache.org/plugins/maven-war-plugin/examples/adding-filtering-webresources.html > > Thanks > > -- > View this message in context: > http://old.nabble.com/Best-Practice---META-INF-tp27129874p27131964.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
