> I am using maven-jetty-jspc-plugin in my pom to pre-compile jsps. I tried > the parallel build of maven 3 but it fails for this plugin as its not > threadsafe. I then tried jspc-maven-plugin also but its not not threadsafe. > Anybody have any idea about these plugins or any other plugin to pre-compile > jsp and supports parallel builds.
It may be simple to just modify those existing open-source plugins to support parallel builds. I don't know much about parallel building in M3 in general, but know the jspc-m-p and the code is pretty easy to understand, so you could probably modify it (minimally, I'd hope) to make it work. Otherwise file a JIRA ticket and wait for someone else to need this and work on it. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
