deviceinsight / deviceinsight/helm-maven-plugin
make plugin threadSafe
- Dominant language
- Kotlin
- Stars
- 48
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
when I run mvn with args like -T 1C I can read warning like this
```
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @threadSafe to support parallel building. *
[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 maven-core *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in webservice:
[WARNING] com.deviceinsight.helm:helm-maven-plugin:2.10.0
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
```
Can you make sure that plugin is thread safe?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.