This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch maven-atr-plugin in repository https://gitbox.apache.org/repos/asf/maven-studies.git
commit 24c148f36211313516792f68bf7961d034b47b4c Author: Hervé Boutemy <[email protected]> AuthorDate: Thu Mar 12 16:59:15 2026 +0100 init maven-atr-plugin --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md new file mode 100644 index 000000000..b465bd8be --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Maven ATR Plugin + +Studying ATR integration for Maven. + +It starts with a Maven plugin to [upload Apache distribution artifacts](https://release-test.apache.org/tutorial) to ATR before vote, like [`atr upload` CLI](https://github.com/apache/tooling-releases-client/blob/main/COMMANDS.md#atr-upload). + +This can in the future be triggered during `mvn deploy` in an `atr` profile along `apache-release` one.
