4paradigm / 4paradigm/OpenMLDB

Make install will compile Java packages for two times

Open
#1,297 1 comment 0 reactions 2 assignees Claimed by @aceforeverd View on GitHub
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.

Screen Shot 2022-02-23 at 5 02 20 PM

Contributor guide

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.