On Fri, 23 Feb 2018 09:32:40 +0100, Stefan Bodewig wrote:
On 2018-02-23, Jochen Wiedmann wrote:

I urgently need to update the page on [1]. Now, could someone, please explain to me in plain, simple words (suitable for a 54 years old, or,
even worse: Me), how to do that using cms.apache.org?

You don't (directly) use the CMS at all.

http://commons.apache.org/site-publish.html#Components

From that page:
---CUT---
The site can also be built locally and checked into the appropriate location manually.
---CUT---

Our component websites are plain mvn sites and site-deploy will do what
it says as long as you provide your svn credentials.

I do
  $ mvn site site:stage
[Second goal is for multi-module.]
Then
  $ cp -r target/staging/* site-content
  $ cd site-content
  $ svn commit

Gilles


Stefan



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to