adoroszlai opened a new pull request, #1309:
URL: https://github.com/apache/ratis/pull/1309
## What changes were proposed in this pull request?
- Bump Apache parent POM to 35
- Remove Apache Maven plugin version overrides
- Remove unused plugins
- Remove duplicate execution of `maven-source-plugin`, which produced a
warning previously:
```
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ ratis-docs ---
[INFO] Building jar:
/home/runner/work/ratis/ratis/ratis-docs/target/ratis-docs-3.3.0-SNAPSHOT-sources.jar
...
[INFO] --- source:3.2.1:jar-no-fork (ratis-java-sources) @ ratis-docs ---
[WARNING] artifact
org.apache.ratis:ratis-docs:java-source:sources:3.3.0-SNAPSHOT already
attached, replace previous instance
```
but is now an error with the plugin's new version:
```
[INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ ratis-docs ---
[INFO] Building jar:
/home/runner/work/ratis/ratis/ratis-docs/target/ratis-docs-3.3.0-SNAPSHOT-sources.jar
...
[INFO] --- source:3.3.1:jar-no-fork (ratis-java-sources) @ ratis-docs ---
[ERROR] We have duplicated artifacts attached.
```
https://issues.apache.org/jira/browse/RATIS-2354
## How was this patch tested?
CI:
https://github.com/adoroszlai/ratis/actions/runs/19260498945
--
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]