CNDB-17333: Create separate db-all artifacts#2307
Merged
Conversation
Update build.xml to create separate physical artifacts for db-all Maven coordinate (com.datastax.db:db-all).
Checklist before you submit for review
|
Revert before merging
|
❌ Build ds-cassandra-pr-gate/PR-2307 rejected by Butler3 regressions found Found 3 new test failures
Found 4 known test failures |
michaelsembwever
pushed a commit
that referenced
this pull request
Apr 8, 2026
CNDB-17333: Create separate physical artifacts for db-all Maven coordinate
Update build.xml to create separate physical artifacts for db-all Maven
coordinate (com.datastax.db:db-all) alongside existing dse-db-all artifacts.
### What is the issue
CNDB-17333: Support publishing both db-all and dse-db-all artifacts
### What does this PR fix and why was it fixed
Creates separate physical `db-all` artifacts alongside existing `dse-db-all` artifacts to support gradual migration to new Maven coordinates.
**Changes to build.xml:**
1. **artifacts target** - Creates separate db-all artifacts:
- Copies `db-all` JARs and POMs from `dse-db` artifacts
- Creates separate `db-all-{version}-bin.tar.gz` from `${dist.dir}`
- Creates separate `db-all-{version}-src.tar.gz` from `${basedir}`
- Generates SHA-256 and SHA-512 checksums for all db-all tarballs
2. **publish target** - Signs both artifact sets:
- Signs `dse-db-all` tarballs (existing)
- Signs `db-all` tarballs (new)
**Artifacts created (example for version 5.0.4.0):**
- `dse-db-all-5.0.4.0.jar` + POM + sources
- `dse-db-all-5.0.4.0-bin.tar.gz` + checksums
- `dse-db-all-5.0.4.0-src.tar.gz` + checksums
- `db-all-5.0.4.0.jar` + POM + sources (copied from dse-db)
- `db-all-5.0.4.0-bin.tar.gz` + checksums (separate physical file)
- `db-all-5.0.4.0-src.tar.gz` + checksums (separate physical file)
**Deployment:**
Works with jenkins-pipeline-lib PR #254 which deploys artifacts under both Maven coordinates:
- `com.datastax.dse:dse-db-all:{version}`
- `com.datastax.db:db-all:{version}`
**Related PR:** riptano/jenkins-pipeline-lib#254
michaelsembwever
pushed a commit
that referenced
this pull request
Apr 14, 2026
Adds a new artifact alongside the existing one. (Rebase of commit 045697d) CNDB-17333: Create separate db-all artifacts (#2307) CNDB-17333: Create separate physical artifacts for db-all Maven coordinate Update build.xml to create separate physical artifacts for db-all Maven coordinate (com.datastax.db:db-all) alongside existing dse-db-all artifacts. CNDB-17333: Support publishing both db-all and dse-db-all artifacts Creates separate physical `db-all` artifacts alongside existing `dse-db-all` artifacts to support gradual migration to new Maven coordinates. **Changes to build.xml:** 1. **artifacts target** - Creates separate db-all artifacts: - Copies `db-all` JARs and POMs from `dse-db` artifacts - Creates separate `db-all-{version}-bin.tar.gz` from `${dist.dir}` - Creates separate `db-all-{version}-src.tar.gz` from `${basedir}` - Generates SHA-256 and SHA-512 checksums for all db-all tarballs 2. **publish target** - Signs both artifact sets: - Signs `dse-db-all` tarballs (existing) - Signs `db-all` tarballs (new) **Artifacts created (example for version 5.0.4.0):** - `dse-db-all-5.0.4.0.jar` + POM + sources - `dse-db-all-5.0.4.0-bin.tar.gz` + checksums - `dse-db-all-5.0.4.0-src.tar.gz` + checksums - `db-all-5.0.4.0.jar` + POM + sources (copied from dse-db) - `db-all-5.0.4.0-bin.tar.gz` + checksums (separate physical file) - `db-all-5.0.4.0-src.tar.gz` + checksums (separate physical file) **Deployment:** Works with jenkins-pipeline-lib PR #254 which deploys artifacts under both Maven coordinates: - `com.datastax.dse:dse-db-all:{version}` - `com.datastax.db:db-all:{version}` **Related PR:** riptano/jenkins-pipeline-lib#254 (Rebase of commit 8f66239)
michaelsembwever
pushed a commit
that referenced
this pull request
Apr 15, 2026
Adds a new artifact alongside the existing one. (Rebase of commit 045697d) CNDB-17333: Create separate db-all artifacts (#2307) CNDB-17333: Create separate physical artifacts for db-all Maven coordinate Update build.xml to create separate physical artifacts for db-all Maven coordinate (com.datastax.db:db-all) alongside existing dse-db-all artifacts. CNDB-17333: Support publishing both db-all and dse-db-all artifacts Creates separate physical `db-all` artifacts alongside existing `dse-db-all` artifacts to support gradual migration to new Maven coordinates. **Changes to build.xml:** 1. **artifacts target** - Creates separate db-all artifacts: - Copies `db-all` JARs and POMs from `dse-db` artifacts - Creates separate `db-all-{version}-bin.tar.gz` from `${dist.dir}` - Creates separate `db-all-{version}-src.tar.gz` from `${basedir}` - Generates SHA-256 and SHA-512 checksums for all db-all tarballs 2. **publish target** - Signs both artifact sets: - Signs `dse-db-all` tarballs (existing) - Signs `db-all` tarballs (new) **Artifacts created (example for version 5.0.4.0):** - `dse-db-all-5.0.4.0.jar` + POM + sources - `dse-db-all-5.0.4.0-bin.tar.gz` + checksums - `dse-db-all-5.0.4.0-src.tar.gz` + checksums - `db-all-5.0.4.0.jar` + POM + sources (copied from dse-db) - `db-all-5.0.4.0-bin.tar.gz` + checksums (separate physical file) - `db-all-5.0.4.0-src.tar.gz` + checksums (separate physical file) **Deployment:** Works with jenkins-pipeline-lib PR #254 which deploys artifacts under both Maven coordinates: - `com.datastax.dse:dse-db-all:{version}` - `com.datastax.db:db-all:{version}` **Related PR:** riptano/jenkins-pipeline-lib#254 (Rebase of commit 8f66239)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Update build.xml to create separate physical artifacts for db-all Maven coordinate (com.datastax.db:db-all).
What is the issue
CNDB-17333 Support publishing both db-all and dse-db-all artifacts
What does this PR fix and why was it fixed
Along with changes to jenkins-pipeline-lib, https://github.com/riptano/jenkins-pipeline-lib/pull/254, make sure that CC db-all artifacts are created.