lll-peanut opened a new pull request, #6460:
URL: https://github.com/apache/shenyu/pull/6460
Fixes #6459
The maven-remote-resources-plugin:1.5 inherited from org.apache:apache:21
parent POM causes intermittent 'Could not acquire lock(s)' failures when
mvnd builds multiple modules in parallel.
Changes:
- Add skipRemoteResources property (default false) in root pom.xml
- Explicitly configure the plugin with skip controlled by the property
- Pass -DskipRemoteResources=true in CI builds
The plugin only injects LICENSE/NOTICE into META-INF during packaging,
not needed for the `clean test` phase. Release builds are unaffected.
<!--
Thank you for proposing a pull request. This template will guide you through
the essential steps necessary for a pull request.
-->
Make sure that:
- [X] You have read the [contribution
guidelines](https://shenyu.apache.org/community/contributor-guide).
- [ ] You submit test cases (unit or integration tests) that back your
changes.
- [ ] Your local test passed `./mvnw clean install
-Dmaven.javadoc.skip=true`.
--
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]