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

rgoers pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/flume-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 39655499 Update the maven command
39655499 is described below

commit 39655499e686bf52ce2a7c308ce671b6a66ba170
Author: Ralph Goers <[email protected]>
AuthorDate: Tue Oct 11 08:57:31 2022 -0700

    Update the maven command
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index ada209a9..e68b9360 100644
--- a/README.md
+++ b/README.md
@@ -2,16 +2,16 @@
 
 Publishing the Apache Flume web site requires:
 
-1. Clone this repository into a local directory.
-2. Checking out the asf-staging branch.
-3. Performing any updates that are required.
+1. Clone https://github.com/apache/flume-site into a local directory.
+2. Check out the asf-staging branch.
+3. Perform any updates that are required.
 4. In the root directory run `mvn package`.
 5. Open your browser to point to *local directory*/target/site/index.html and 
review the site.
-6. When the changes look ok run `mvn resources:copy-resources@install`.
+6. When the changes look ok run `mvn pre-site install`.
 7. Perform `git add` on the affected files and `git commit`.
 8. Perform `git push`.
 9. After a few minutes review https://flume.staged.apache.org and make sure 
the appropriate changes are present.
-10. Once the site has been approved checkout the asf-site branch. 
+10. Once the site has been approved checkout the asf-site branch.
 11. Perform `git rebase asf-staging` followed by `git push`.
 12. After a few minutes verify that https://flume.apache.org has the correct 
changes.
 

Reply via email to