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

ARROW-2735: [Java] Add <relativePath> element to parent-pom to fix build failure #2167

Closed
wants to merge 1 commit into from
Closed

ARROW-2735: [Java] Add <relativePath> element to parent-pom to fix build failure #2167

wants to merge 1 commit into from

Commits on Jun 25, 2018

  1. ARROW-2735: Add <relativePath> element to reference parent-pom to fix…

    … build failure
    
    By default maven looks only one-level up for the parent-pom. Arrow JDBC
    Adapter is nested by two levels causing maven to break the build. Parent POM
    had to be referenced explicitly using <relativePath> element.
    yaravind committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    318bf2a View commit details
    Browse the repository at this point in the history