4paradigm / 4paradigm/OpenMLDB
Make install will compile Java packages for two times
未关闭
enhancement
- 主要语言
- C++
- 星标
- 1.7k
- 派生
- 331
- 平均合并
- 12 天 12 小时
- 30 天内合并 PR
- 1
描述
Now `make install` will compile Java packages with `mvn` for two times which takes much more time.
贡献指南
调研方向
Look at the Makefile to understand the 'make install' target and its dependencies. Identify where mvn is invoked and why it runs twice. The fix likely involves adjusting the build order or removing a redundant mvn call. Test by running 'make install' after changes to ensure compilation happens only once.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- build-system
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 55/100