Perhaps simply don't bind the plugin to your build at all, and just call it "manually" when you want to run jsp compilation?
>From the command line, this can be done via: mvn groupId:pluginId:version:mojo (but obviously you need to specify the proper plugin information) Wayne On Fri, Apr 26, 2013 at 4:40 AM, virg g <[email protected]> wrote: > 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
