-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
Mark javacc-maven-plugin as threadSafe=true #61
Comments
if you build artemis with -TC1: git clone https://github.com/apache/activemq-artemis.git
cd activemq-artemis
mvn install -TC1 -DskipTests=true you will see this output:
|
notice in the above I used 3.0.1, but my pom is currently at an older version now (2.0.something). I was trying 3.0 to see if it made any difference.. and I just inspected the code and this was not changed. |
Hi guys, is it possible to provide this fix? It will make our builds noticeably faster. |
We need check if no And than Mojo can be mark as |
Is there a chance to have it fixed? |
It appears to me that all is needed is add the definition on the MOJO as From a quick inspection the code seem safe to me.
Is there anything against making it threadSafe=true on the Mojo definition?
The text was updated successfully, but these errors were encountered: