且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用 maven 的 RPM 包

更新时间:2023-12-04 23:47:28

引用该行时出错:

<packaging>rpm</packaging>

问题在于您的打包实际上是一个插件构造,而不是内置的 maven 包类型.省略该行将解决错误.

At issue is the fact that your packaging is actually a plugin construct, not a built-in maven package type. Omitting the line will resolve the error.