This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new c61c83e  Document how to build site (#190)
c61c83e is described below

commit c61c83e1ecc5d7b77e43497595a86a3315bfd6f0
Author: Konrad Windszus <k...@apache.org>
AuthorDate: Mon Jan 22 16:36:22 2024 +0100

    Document how to build site (#190)
    
    Remove mentions of the non-existing profile "run-its"
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0a34755..b646516 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ There are some guidelines which will make applying PRs easier 
for us:
  Optional supplemental description.
 ```
 + 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.
++ Update the [site documentation](https://maven.apache.org/pom/asf/) 
accordingly in `src/site-docs` and build it via `mvn site -f site-pom.xml` 
(uses a dedicated POM to not be inherited)
 + Submit a pull request to the repository in the Apache organization.
 + Update your JIRA ticket and include a link to the pull request in the ticket.
 

Reply via email to