On Thu, 2017-10-05 at 10:58 +0300, Robert Munteanu wrote: > On Wed, 2017-10-04 at 18:28 +0200, Konrad Windszus wrote: > > Sorry, I missed the point that web sites can only be published if > > the > > source files are in Git [1]. > > If I understand correctly the only thing that the maven-scm- > > publish- > > plugin would do is committing the target site to the asf-branch > > (what > > we currently need to do manually). > > Yes, that's what I'm working on.
And it's done. Readme updated, and here for completeness: mvn clean package -Prun-site to run the site, and mvn clean package -Ppublish-site to publish the site. Of course, the manual approach works as well, but we don't really have to do that anymore. I'll set up a Jenkins job _after_ we get the gitbox stuff set up. Robert