【发布时间】:2014-06-25 11:34:48
【问题描述】:
我在this 中阅读了有关 maven 并行构建配置的信息。那么如何显示所有非线程安全的插件呢? maven 中是否有类似“plugin-not-safe-list”的命令?
REM something like that to display all p[lugins without @threadSafe annotation
mvn help:plugin-not-safe-list
【问题讨论】:
标签: java maven parallel-builds