我正在并行模式下执行 maven clean 命令。
我收到以下警告。
[WARNING] The following plugins are not marked @threadSafe in yourwebapp:
[WARNING] org.apache.maven.plugins:maven-clean-plugin:2.1.1
[WARNING] org.codehaus.mojo:cobertura-maven-plugin:2.6
我可以找到org.codehaus.mojo:cobertura-maven-plugin:2.6
插件,但无法org.apache.maven.plugins:maven-clean-plugin
在我的 pom.xml 中找到。
我知道我需要将这些插件的版本更改为线程安全版本。但无法找到它们。
有人可以帮助在哪里找到 maven clean 插件。