【发布时间】:2020-06-15 10:22:35
【问题描述】:
我正在尝试使用命令在 maven 上执行并行构建执行
mvn clean install -DskipTests -T 2.0C
但是工件 org.apache.karaf.tooling:karaf-services-maven-plugin:4.2.8
引发此警告
[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 myBundle Install:
[WARNING] org.apache.karaf.tooling:karaf-services-maven-plugin:4.2.8
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
在 karaf jira 实际上说自 3.0.6 版本以来受支持的版本... 所以我丢失了一些其他参数或配置?
【问题讨论】:
标签: java maven deployment apache-karaf