apupier commented on pull request #4880:
URL: https://github.com/apache/camel/pull/4880#issuecomment-760091208
Can you trigger a build with tests? Locally I have an error with both
versions of groovy so cannot validate
```
[INFO] --- maven-invoker-plugin:3.1.0:integration-test (integration-test) @
camel-restdsl-swagger-plugin ---
[INFO] Building: simple-xml/pom.xml
[INFO] run post-build script verify.groovy
[INFO] simple-xml/pom.xml ............................... FAILED
(0.6 s)
[INFO] The post-build script did not succeed. assert restdsl.exists()
| |
| false
/home/apupier/git/camel/tooling/maven/camel-restdsl-swagger-plugin/target/it/simple-xml/target/generated-sources/restdsl-swagger/camel-rest.xml
[INFO] Building: simple-dto/pom.xml
[INFO] run post-build script verify.groovy
[INFO] simple-dto/pom.xml ............................... FAILED
(0.0 s)
[INFO] The post-build script did not succeed. assert restdsl.exists()
| |
| false
/home/apupier/git/camel/tooling/maven/camel-restdsl-swagger-plugin/target/it/simple-dto/target/generated-sources/restdsl-swagger/io/swagger/petstore/SwaggerPetstore.java
[INFO] Building: simple-xml-dto/pom.xml
[INFO] run post-build script verify.groovy
[INFO] simple-xml-dto/pom.xml ........................... FAILED
(0.0 s)
[INFO] The post-build script did not succeed. assert restdsl.exists()
| |
| false
/home/apupier/git/camel/tooling/maven/camel-restdsl-swagger-plugin/target/it/simple-xml-dto/target/generated-sources/restdsl-swagger/camel-rest.xml
[INFO] Building: customized/pom.xml
[INFO] run post-build script verify.groovy
[INFO] customized/pom.xml ............................... FAILED
(0.0 s)
[INFO] The post-build script did not succeed. assert restdsl.exists()
| |
| false
/home/apupier/git/camel/tooling/maven/camel-restdsl-swagger-plugin/target/it/customized/target/classes/generated/com/example/MyRestRoute.java
[INFO] Building: simple/pom.xml
[INFO] run post-build script verify.groovy
[INFO] simple/pom.xml ................................... FAILED
(0.0 s)
[INFO] The post-build script did not succeed. assert restdsl.exists()
| |
| false
/home/apupier/git/camel/tooling/maven/camel-restdsl-swagger-plugin/target/it/simple/target/generated-sources/restdsl-swagger/io/swagger/petstore/SwaggerPetstore.java
[INFO]
[INFO] --- maven-invoker-plugin:3.1.0:verify (integration-test) @
camel-restdsl-swagger-plugin ---
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO] Passed: 0, Failed: 5, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[ERROR] The following builds failed:
[ERROR] * customized/pom.xml
[ERROR] * simple-xml-dto/pom.xml
[ERROR] * simple/pom.xml
[ERROR] * simple-dto/pom.xml
[ERROR] * simple-xml/pom.xml
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]