lhotari commented on issue #14401: URL: https://github.com/apache/pulsar/issues/14401#issuecomment-1075135405
most recent attempt https://github.com/lhotari/pulsar/actions/runs/2022322466 There was a problem were builds failed with an error like this: ``` Error: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.2:copy (copy-pulsar-io-connectors) on project pulsar-functions-worker: Artifact has not been packaged yet. When used on reactor artifact, copy should be executed after packaging: see MDEP-187. -> [Help 1] ``` It's used in copying .nar files used in tests for pulsar-functions-worker and pulsar-broker projects: https://github.com/apache/pulsar/blob/e7d868cafe61666052db4d7a66d58c781d14aee1/pulsar-functions/worker/pom.xml#L177-L219 https://github.com/apache/pulsar/blob/1ad6e5b93d2456f2d597a2051686163ae105e7b8/pulsar-broker/pom.xml#L419-L461 The problem seems to get resolved by using `verify` target instead of `test` when running tests. -- 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]
