-
Notifications
You must be signed in to change notification settings - Fork 424
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
[TEZ-4558] Update build setup maven version and enforcer minimum to correct minimum #350
Conversation
💔 -1 overall
This message was automatically generated. |
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.
LGTM.
Test failure aren't related, Have identified the cause, will get them fixed separately
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.
I downloaded maven 3.1.1 and tried to build the project but got the following error.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) on project tez-runtime-library: Execution process-resource-bundles of goal org.apache.maven.plugins:maven-remote-resources-plugin:1.7.0:process failed: Failed to resolve dependencies for one or more projects in the reactor. Reason: Unable to get dependency information for io.netty:netty-buffer:jar:4.1.60.Final: Failed to retrieve POM for io.netty:netty-buffer:jar:4.1.60.Final: Could not transfer artifact io.netty:netty-buffer:pom:4.1.60.Final from/to central (http://repo.maven.apache.org/maven2): Failed to transfer file: http://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.60.Final/netty-buffer-4.1.60.Final.pom. Return code is: 501, ReasonPhrase: HTTPS Required.
[ERROR] io.netty:netty-buffer:jar:4.1.60.Final
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, releases=true, snapshots=true),
[ERROR] apache.snapshots (https://repository.apache.org/snapshots, releases=false, snapshots=true),
[ERROR] central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false)
[ERROR] Path to dependency:
[ERROR] 1) org.apache.tez:tez-runtime-library:jar:0.10.4-SNAPSHOT
[ERROR] 2) org.asynchttpclient:async-http-client:jar:2.12.3
[ERROR] 3) org.asynchttpclient:async-http-client-netty-utils:jar:2.12.3
[ERROR] -> [Help 1]
Is it really possible to build the project with the specified version?
mvn --version
Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 17:22:22+0200)
Maven home: /home/...
Java version: 1.8.0_261, vendor: Oracle Corporation
Java home: /opt/jdks/jdk1.8.0_261/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.4.0-177-generic", arch: "amd64", family: "unix"
@zabetak , @ayushtkn |
If everything works from 3.6.3 then it should be good |
💔 -1 overall
This message was automatically generated. |
No description provided.