-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Does not work with either -T1C or mvnd #209
Comments
Thanks for identifying the issue. Any suggestions on how to fix? |
In our case, it does not crash but we get this warning:
If you think it works, you just need to add a thread safe annotation / property to the MoJo: |
@fabianfrz the warning has been fixed in #264, not in 2.7.4 but 2.7.5-SNAPSHOT for now |
@hboutemy no because I run into another issue now. 😄 It will for some reason try to resolve plugins not from my local
I reverted back to 2.7.1 for now (which for some odd reason will work now) and the error went away. Interestingly, typesafe config is NOT a bundle: <dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>${dependency.typesafeconfig.version}</version>
<type>jar</type>
</dependency> |
Correct. It must be something else. I'd say close this one for now, works for me. 😇 |
This plugin is not threadsafe.
When executing on a larg(er) project with multiple modules, where each module can be built in parallel with others, you will see those messages:
The build will then fail.
The text was updated successfully, but these errors were encountered: