-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dist artifact with provided aggregator dependency [databricks] #3930
Conversation
Signed-off-by: Gera Shegalov <gera@apache.org>
Signed-off-by: Gera Shegalov <gera@apache.org>
build |
There is still a problem to address. We need to install-file instead of install in dist to be able to reference the generated pom, and disable default-install execution. |
- customize default-install - move agggregator dependency to tests, since we no longer have transitives via dist Signed-off-by: Gera Shegalov <gera@apache.org>
build |
Signed-off-by: Gera Shegalov <gera@apache.org>
build |
@gera Shegalov Verified the rapids-4-spark jar dependency path got PASS with PR3930, while rapids-4-spark-integration-tests_2.12 jar still has the dependency issue.
BWT, we will release below jars:
|
build |
Looking at the CI
probably should not declare install-plugin in the parent pluginManagement to avoid cascading changes |
build |
the offending step passed locally |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Run IT with the this PR, got mvn:get PASS, and integration tests ran well.
Closes #3929
Signed-off-by: Gera Shegalov gera@apache.org