lhotari opened a new pull request, #4237:
URL: https://github.com/apache/bookkeeper/pull/4237
### Motivation
dev/release/003-release-perform.sh fails with errors
```
[INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ buildtools ---
[INFO] [INFO] Building jar:
/Users/lari/workspace-pulsar/bookkeeper/target/checkout/buildtools/target/buildtools-4.17.0-sources.jar
[INFO] [INFO]
[INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ buildtools ---
[INFO] [ERROR] We have duplicated artifacts attached.
...
[INFO] [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-source-plugin:3.3.0:jar-no-fork (attach-sources)
on project buildtools: Presumably you have configured maven-source-plugn to
execute twice times in your build. You have to configure a classifier for at
least on of them. -> [Help 1]
[INFO] [ERROR]
```
### Changes
- use `jar-no-fork` goal instead of `jar` goal.
- change parent pom version to 29 (also used in apache/pulsar)
- [parent pom diff between 26 ->
29](https://github.com/apache/maven-apache-parent/compare/apache-26..apache-29#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8)
--
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]