Skip to content
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

HIVE-28228: Remove redundant/unused sources maven profile #5224

Closed
wants to merge 1 commit into from

Commits on Apr 29, 2024

  1. HIVE-28228: Remove redundant/unused sources maven profile

    The sources maven profile was introduced in HIVE-5717 among others to package source code into a .jar and publish it to maven. However, after adding Apache pom as parent in HIVE-6608 the sources profile is now redundant; it is subsumed by the apache-release profile.
    
    In some cases, the sources profile allows to package the test sources in a jar file (HIVE-13206) but this profile is not used during the release so the generated test-sources.jars are not consumed by anyone. This seems like an unused dev only feature thus it can be removed.
    zabetak committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    24ea76f View commit details
    Browse the repository at this point in the history