ThisaraWeerakoon opened a new pull request, #108: URL: https://github.com/apache/synapse/pull/108
The create_repo antrun execution and the test-library assembly executions were both bound to generate-test-resources. Their relative order depends on plugin declaration order in the merged pom, which the apache-release profile's assembly-plugin re-declaration flips — causing create_repo to run before the assemblies and fail copying zips that don't exist yet. Moving create_repo to process-test-resources removes the dependency on declaration order by relying on the lifecycle's fixed phase ordering instead. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
