RE: jsp precompile with war overlay

2007-02-08 Thread George Berger
franz see wrote: > > Good day to you, George, > > My guess is that maven got confused since you declared maven-war-plugin > twice in the build section. You may want to combine both execution under > one and differentiate one from the other by using an . > > Something like this... > > >

RE: jsp precompile with war overlay

2007-02-08 Thread franz see
Good day to you, George, My guess is that maven got confused since you declared maven-war-plugin twice in the build section. You may want to combine both execution under one and differentiate one from the other by using an . Something like this... org.apache.maven.plugi

RE: jsp precompile with war overlay

2007-02-08 Thread George Berger
Jörg Schaible wrote: > > > Can't you simply exclude the web.xml from the overlay? > > > maven-war-plugin > >WEB-INF/web.xml > > > > - Jörg > > Hi Jörg - Thanks for the suggestion. I tried it but got the same result. What I want the plugin to do is use the web.x

RE: jsp precompile with war overlay

2007-02-08 Thread Jörg Schaible
George Berger wrote on Wednesday, February 07, 2007 5:02 PM: > I'm trying to use the war overlay feature of maven-war-plugin > to include some > common JSPs (e.g. common header and footer files) in multiple > projects, but I also want to use jspc-maven-plugin to precompile the > project JSPs.