We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Original author: [email protected] (August 16, 2012 19:00:25)
To take advantage of the parallel build features of Maven 3, plugin mojos need to mark themselves as @threadsafe.
We need to find and resolve any concurrency problems that might mean the mojo is not threadsafe, then annotate the mojo as @threadsafe.
Original issue: http://code.google.com/p/jsonschema2pojo/issues/detail?id=71
The text was updated successfully, but these errors were encountered:
From [email protected] on August 20, 2012 20:05:59 Fixed, rcf88506452d4.
Sorry, something went wrong.
No branches or pull requests
Original author: [email protected] (August 16, 2012 19:00:25)
To take advantage of the parallel build features of Maven 3, plugin mojos need to mark themselves as @threadsafe.
We need to find and resolve any concurrency problems that might mean the mojo is not threadsafe, then annotate the mojo as @threadsafe.
Original issue: http://code.google.com/p/jsonschema2pojo/issues/detail?id=71
The text was updated successfully, but these errors were encountered: