juripetersen commented on PR #453: URL: https://github.com/apache/incubator-wayang/pull/453#issuecomment-2151494672
@zkaoudi @kbeedkar I can reproduce this by running `./mvnw clean verify -B -Dmaven.test.skip=false -Dwayang.configuration=file:$(pwd)/tools/test/config/wayang.properties` on a fresh setup. The error occurs because some modules are not on mvn central as they are not in a release yet. I think this is sensible and the build should be constructed from the current state of the repo and not from central. If I run `mvn clean install` before, the local modules are built and then used for the verification step. This resolves the error. Is including install as a step before verification in our action a solution, or does this introduce something I am unaware of? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
