blinkfox / jpack-maven-plugin

这是一个用于对 SpringBoot 服务打包为 Windows、Linux、Docker、Helm Chart下可部署包的 Maven 插件。
Apache License 2.0
57 stars 13 forks source link

建议支持多线程打包 #8

Open yyjob opened 3 years ago

yyjob commented 3 years ago

[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] *****

blinkfox commented 3 years ago

jpack 的在各个平台下的构建就是多线程并发执行的,它的警告就是可能多线程构建不太安全。不过各个平台的构建数据不是写到同一个目录里面的,可以认为是线程安全的。