jpack-maven-plugin
jpack-maven-plugin copied to clipboard
建议支持多线程打包
[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 kabuto-dispatcher-callout-release: [WARNING] com.blinkfox:jpack-maven-plugin:1.5.5 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] *****************************************************************
jpack
的在各个平台下的构建就是多线程并发执行的,它的警告就是可能多线程构建不太安全。不过各个平台的构建数据不是写到同一个目录里面的,可以认为是线程安全的。