celeborn/build
xleoken aba139a373
[CELEBORN-1018] Fix throw exception when exec create-package.sh script
### What changes were proposed in this pull request?

when exec the release script, throw exception
```
build/make-distribution.sh --release
```

```
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[ERROR] [ERROR] Could not find the selected project in the reactor: :celeborn-client-mr-shaded_2.12
[ERROR] Could not find the selected project in the reactor: :celeborn-client-mr-shaded_2.12 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
```

### Why are the changes needed?

Fix bug.

### Does this PR introduce _any_ user-facing change?

Local tested.

### How was this patch tested?

Closes #1956 from xleoken/patch.

Authored-by: xleoken <leo65535@163.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2023-10-08 11:32:49 +08:00
..
release [CELEBORN-942] Release script supports uploading Nexus 2023-08-31 23:39:30 +08:00
sbt-config [CELEBORN-912] Support build with Spark 3.5 2023-08-29 03:15:12 +00:00
make-distribution.sh [CELEBORN-1018] Fix throw exception when exec create-package.sh script 2023-10-08 11:32:49 +08:00
mvn [CELEBORN-589][INFRA] Using Apache CDN to download maven (#1492) 2023-05-17 15:46:38 +08:00
sbt [CELEBORN-836][BUILD] Initial support sbt 2023-07-28 10:40:04 +08:00
sbt-launch-lib.bash [CELEBORN-836][BUILD] Initial support sbt 2023-07-28 10:40:04 +08:00
util.sh