You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but this *
[WARNING] * project contains the following plugin(s) that have goals not *
[WARNING] * marked as thread-safe to support parallel execution. *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * question, not against Apache Maven. *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked as thread-safe in com.foo.bar:
[WARNING] org.apache.maven.plugins:maven-deploy-plugin:2.5
[WARNING]
[WARNING] Enable debug to see precisely which goals are not marked as thread-safe.
[WARNING] *****************************************************************
Should these be updated to the latest versions?
Is there a way to have this done automatically (or via dependabot)?
The text was updated successfully, but these errors were encountered:
The default lifecycle bindings
https://github.com/eclipse-tycho/tycho/blob/7f55e0b96415a33482bd14341fc192f0a21e26e1/tycho-maven-plugin/src/main/resources/META-INF/plexus/components.xml
use quite old versions of maven plugins, defined in the super pom:
tycho/pom.xml
Lines 75 to 78 in 7f55e0b
This, for example causes warnings such as
Should these be updated to the latest versions?
Is there a way to have this done automatically (or via dependabot)?
The text was updated successfully, but these errors were encountered: