4paradigm / 4paradigm/OpenMLDB
Make install will compile Java packages for two times
Open
enhancement
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 331
- Avg merge
- 12d 12h
- Merged PRs (30d)
- 1
Description
Now `make install` will compile Java packages with `mvn` for two times which takes much more time.
Contributor guide
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100