This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch maven-archiver-3.x
in repository https://gitbox.apache.org/repos/asf/maven-archiver.git
The following commit(s) were added to refs/heads/maven-archiver-3.x by this
push:
new 0bec0e5 badges for 3.x vs 4
0bec0e5 is described below
commit 0bec0e59a136a7cbc7ce19cdc10aa064fd4273d4
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sun Oct 12 17:50:36 2025 +0200
badges for 3.x vs 4
---
README.md | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 66e3b86..1252044 100644
--- a/README.md
+++ b/README.md
@@ -17,9 +17,13 @@
Contributing to [Apache Maven
Archiver](https://maven.apache.org/shared/maven-archiver/)
======================
-[][license]
-[](https://search.maven.org/artifact/org.apache.maven/maven-archiver)
-[](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/archiver/README.md)
+[][license]
[](https://search.maven.org/artifact/org.apache.maven/maven-archiver)
+[](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/archiver/README.md)
+[][build-3]
+[][test-results-3]
+
+Maven 4: [master](https://github.com/apache/maven-archiver/tree/master)
[](https://search.maven.org/artifact/org.apache.maven.shared/maven-archiver)
+[](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-archiver/README.md)
[][build]
[][test-results]
@@ -59,7 +63,7 @@ There are some guidelines which will make applying PRs easier
for us:
If you feel the source code should be reformatted, create a separate PR
for this change.
+ Check for unnecessary whitespace with `git diff --check` before committing.
+ Make sure you have added the necessary tests (JUnit/IT) for your changes.
-+ Run all the tests with `mvn -Prun-its verify` to assure nothing else was
accidentally broken.
++ Run all the tests with `mvn verify` to assure nothing else was accidentally
broken.
+ Submit a pull request to the repository in the Apache organization.
If you plan to contribute on a regular basis, please consider filing a
[contributor license agreement][cla].
@@ -81,4 +85,6 @@ Additional Resources
[cla]: https://www.apache.org/licenses/#clas
[maven-wiki]: https://cwiki.apache.org/confluence/display/MAVEN/Index
[test-results]:
https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-archiver/job/master/lastCompletedBuild/testReport/
+[test-results-3]:
https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-archiver/job/maven-archiver-3.x/lastCompletedBuild/testReport/
[build]:
https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-archiver/job/master/
+[build-3]:
https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-archiver/job/maven-archiver-3.x/