Hi, I am using jspc-maven-plugin for compiling jsp files to avoid runtime exceptions. These compiled Java files will not get packaged in war file. This build is just for verification. Currently how it is building is if i give mvn install after compiling jsps, war file is getting created. But my requirement is jsp compilation should happen after pckaging war file, both these activities should be independent. How to separate packaging war file and jsp compilation as separate actions? Any inputs, highly appreciated..
Thanks Virg
