在多线程中构建Maven项目时发出警告

时间:2018-07-05 03:28:04

标签: maven maven-plugin spring-cloud-contract

我正在尝试使用命令在并行多线程中构建我的Maven项目

mvn -T 1C install

但是我在警告和线程建立单线程之下。我已经检查了此插件的文档,但没有得到任何帮助

[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 Abs Microservice Analytics:
[WARNING] org.springframework.cloud:spring-cloud-contract-maven-plugin:1.2.4.RELEASE
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************

0 个答案:

没有答案