Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore](build) Add MVN_OPT env variable to enrich building FE with ex…
…tra options (apache#28375) e.g. just export or add it to custom_env.sh ``` export MVN_OPT="-o" ``` will build FE with maven option "-o" (offline), which means maven does not need to download meta from maven repo, it is useful for saving time if the internet is unstable or unusable.
- Loading branch information