no idea then.. maybe use cargo.codehaus.org for deployment? Milos
On 2/3/06, Kris Nuttycombe <[EMAIL PROTECTED]> wrote: > Right, but I need to swap out the context.xml file at packaging time > because (a) it has database configuration stuff that shouldn't go into > the source repository and (b) this configuration is different depending > upon what host I'm building the war for. > > Thanks, > > Kris > > Milos Kleint wrote: > > src/main/webapp/META-INF ? > > at least tha't where I let the netbeans support to generate it and > > it's then able to deploy somehow.. > > > > Milos > > > > > > On 2/3/06, Kris Nuttycombe <[EMAIL PROTECTED]> wrote: > > > >> Hi, all, > >> > >> I've been trying to convert a Maven 1.0 webapp project to use Maven 2.0, > >> and I've been having trouble figuring out how to specify a context.xml > >> file to be included in the META-INF directory of the generated war. It's > >> easy enough to do it with the web.xml, but if I try specifying the > >> context.xml file as a resource in the build section, it ends up in > >> WEB-INF/classes/META-INF instead of META_INF. > >> > >> Any ideas? > >> > >> Kris > >> > >> > >> > >> --------------------------------------------------------------------- > >> 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] > > > > > > > > > > --------------------------------------------------------------------- > 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]
