This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-archiver.git
The following commit(s) were added to refs/heads/master by this push: new 4a17bba The requested profile "run-its" could not be activated because it does not exist. (#286) 4a17bba is described below commit 4a17bba45ab225b546df52c2e1681aac62a3b7c4 Author: Fridrich Strba <fridr...@users.noreply.github.com> AuthorDate: Wed Jul 30 08:13:50 2025 +0200 The requested profile "run-its" could not be activated because it does not exist. (#286) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49e11de..3b81107 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,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].