Krymnos / IDP

University project
0 stars 0 forks source link

add protobuf executable to travis build #63

Closed GerritJa closed 6 years ago

GerritJa commented 6 years ago

travis build fails because the required protobuf executable is not downloaded automatically

[ERROR] ----------
[ERROR] 1) com.google.protobuf:protoc:exe:linux-x86_64-debian:3.5.0
[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.google.protobuf -DartifactId=protoc -Dversion=3.5.0 -Dclassifier=linux-x86_64-debian -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.google.protobuf -DartifactId=protoc -Dversion=3.5.0 -Dclassifier=linux-x86_64-debian -Dpackaging=exe -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR] 
[ERROR]   Path to dependency: 
[ERROR]     1) de.idp:pipeline:jar:0.1
[ERROR]     2) com.google.protobuf:protoc:exe:linux-x86_64-debian:3.5.0
[ERROR] 
[ERROR] ----------
[ERROR] 1 required artifact is missing.