michael-o commented on a change in pull request #627:
URL: https://github.com/apache/maven/pull/627#discussion_r761448318
##########
File path:
maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoExecutor.java
##########
@@ -72,6 +78,8 @@
private final LifecycleDependencyResolver lifeCycleDependencyResolver;
private final ExecutionEventCatapult eventCatapult;
+ private final ReadWriteLock aggregatorLock = new ReentrantReadWriteLock(
true );
Review comment:
Does it really have to be fair?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]