Hi All. Can we mark a plugin as threadSafe AND still have it work under JRE 1.4 and Maven 2.0.9?
Obviously, it's ability to run in parallel mode would require Maven 3. So, if I mark a plugin as being @threadSafe, will it still be able to be run under the older JRE's and Maven's? -Chris