google / rejoiner

Generates a unified GraphQL schema from gRPC microservices and other Protobuf sources
https://google.github.io/rejoiner/
Apache License 2.0
3.67k stars 143 forks source link

Fix CI configuration #98

Closed izumin5210 closed 4 years ago

izumin5210 commented 4 years ago

build failed on master branch

sed: can't read rejoiner-schema/pom.xml: No such file or directory
The command "sed -i 's#/usr/local/bin/protoc#/tmp/protobuf/bin/protoc#g' rejoiner-schema/pom.xml" failed and exited with 2 during .

https://travis-ci.org/google/rejoiner/builds/638037210#L207-L208

izumin5210 commented 4 years ago

still build failed in example-schema...

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on project example-schema: Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode) -> [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 <args> -rf :example-schema

https://travis-ci.org/google/rejoiner/builds/638761640#L3645-L3655

izumin5210 commented 4 years ago

fixed in https://github.com/google/rejoiner/commit/ecd2d811de62f75d6d490ad2a140e4b9756b89aa ...