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

Conversation

yaravind
Copy link

@yaravind yaravind commented Jun 25, 2018

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.

… 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.
@wesm wesm changed the title ARROW-2735: Add <relativePath> element to parent-pom to fix build failure ARROW-2735: [Java] Add <relativePath> element to parent-pom to fix build failure Jun 26, 2018
@wesm
Copy link
Member

wesm commented Jun 26, 2018

@yaravind why didn't this failure occur in our Travis CI scripts? Here is the relevant file https://github.com/apache/arrow/blob/master/ci/travis_script_java.sh

@wesm
Copy link
Member

wesm commented Jun 26, 2018

@yaravind I think this was fixed in 07ddb57 so this issue is a duplicate. Can you confirm?

I'll open a JIRA about the Travis CI question

@wesm wesm closed this Jun 26, 2018
@yaravind
Copy link
Author

yaravind commented Jun 26, 2018

I think this was fixed in 07ddb57 so this issue is a duplicate. Can you confirm?

@wesm you are correct. It is fixed in 07ddb57

I didn't notice it was already fixed. Seems like it wasn't merged to the main line. Do you want me to delete the my branch: yaravind:aravind/ARROW-2735

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants