Hi folks,
I am a newbie in Arrow. I try to build Java part and failed with the following 
error. Anyone has ideas to resolve it? Thank you!
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-dependency-plugin:2.10:copy (copy-flatc) on 
project arrow-format: Unable to find artifact. Could not find artifact 
com.vlkan:flatc-linux-x86_32:exe:1.2.0-3f79e055 in central 
(https://repo.maven.apache.org/maven2)
[ERROR]
[ERROR] Try downloading the file manually from the project website.
[ERROR]
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=com.vlkan 
-DartifactId=flatc-linux-x86_32 -Dversion=1.2.0-3f79e055 -Dpackaging=exe 
-Dfile=/path/to/file
[ERROR]
[ERROR] Alternatively, if you host your own repository you can deploy the file 
there:
[ERROR] mvn deploy:deploy-file -DgroupId=com.vlkan 
-DartifactId=flatc-linux-x86_32 -Dversion=1.2.0-3f79e055 -Dpackaging=exe 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR]
[ERROR]
[ERROR] com.vlkan:flatc-linux-x86_32:exe:1.2.0-3f79e055
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] apache.snapshots (https://repository.apache.org/snapshots, 
releases=false, snapshots=true),
[ERROR] central (https://repo.maven.apache.org/maven2, releases=true, 
snapshots=false)
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :arrow-format

Yours
Ferdinand Xu

Reply via email to