-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move both Iceberg and S3A CICD to snapshot builds (#186)
## Description of change This commit makes sure we can use `-PsnapshotBuild=true` not only for publishing artefacts but also to build them. This is for convenience: for CICD, we always want to test the latest built artefact. Such an artefact must: 1. Have a name that does not exist in any repositories (either local Maven cache or public Maven central). 2. Have a name that does not change across versions to make it easy to point automation to the latest artefact. After this commit, Hadoop build should be healthy. Commit was tested locally, by invoking manual builds and inspecting artefacts. There is no mention of old artefact names like `input-stream.jar`, `object-client.jar`, `common.jar` anymore in the code base.
- Loading branch information
Showing
2 changed files
with
14 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters