Mojos that are threadsafe should be marked with the appropriate annotation so that maven can run parallel builds

Description

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)

Activity

S. Ali Tokmen 
January 27, 2021 at 12:14 AM

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

S. Ali Tokmen 
October 9, 2019 at 4:29 PM

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

Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created October 9, 2019 at 11:59 AM
Updated January 27, 2021 at 6:08 PM
Resolved January 27, 2021 at 12:14 AM