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 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

jsp precompile with war overlay

2007-02-07 Thread George Berger
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. The issue I'm facing is that jspc-maven-plugin needs to run after the war