By adding the following plugins to your pom.xml you will be able to precompile your JSPs and have them included in your war file.
1. part is to include the jspc-mavne-plugin which will complile your jsp into java classess. Make sure to configure the java vesion for the jsp classes.
1 Comment:
Thanks for this George, we've been missing this since we moved to Maven.
Post a Comment