Skip to:
Maven will not run parallel builds unless the mojo's used are marked threadsafe.
While not all Mojo's may be threadsafe, is it possible to mark the ones that are with this annotation to enable parellel builds (eg UberWarMojo)
All Codehaus Cargo Mojos are thread safe (tested with 8 parallel threads using all Codehaus Cargo samples), marked as such as per https://github.com/codehaus-cargo/cargo/commit/25e86c876da9750fe4edfd76c98c5d0114bf2230
Stephen - This is a great idea!
Would you like to provide a contribution? You can do this using Github, more details on https://codehaus-cargo.github.io/cargo/Contributing.html
Maven will not run parallel builds unless the mojo's used are marked threadsafe.
While not all Mojo's may be threadsafe, is it possible to mark the ones that are with this annotation to enable parellel builds (eg UberWarMojo)