-
Notifications
You must be signed in to change notification settings - Fork 23
Description
hi there, because the dependency of presto, I need to compile jansi-native-1.6 with linux64. But I met the error below:
[ERROR] Failed to execute goal org.fusesource.hawtjni:maven-hawtjni-plugin:1.13:build (default) on project jansi-linux64: build failed: org.apache.maven.plugin.MojoExecutionException: Requested download does not exist.: org.fusesource.jansi:jansi-linux64:zip:native-src:1.6 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced
I notice there is no jansi-linux64-native-src.zip in https://repo.maven.apache.org/maven2
. Is there any place else I can get the source zip? Appreciated for any responses.