> On Apr 17, 2021, at 3:32 PM, sebb <seb...@gmail.com> wrote: > > On Sat, 17 Apr 2021 at 22:57, Ralph Goers <ralph.go...@dslextreme.com > <mailto:ralph.go...@dslextreme.com>> wrote: >> >> >> When I release Log4j I rum mvn site followed by "mvn site:stage >> -DstagingDirectory=$HOME/log4j” on my laptop. I validate the site locally >> and then zip the site, cd to my logging-log4j-site project and unzip it >> where I want it to go. > > In the Wiki that process is described as follows: > > "3. Add the new site under the content directory (or a subdirectory of > that as appropriate)." > > This leaves out all the detail, making it seem simpler than it is. > > We don't have to do that zip dance currently, because the > site-content/ directory is checked out in the workspace. > So the site can be built directly into the target.
Yes, a bit more explanation certainly would be helpful. I didn’t understand it either when I read it until I looked at the .asf.yaml files in the subproject. Yes, if you want to build the site directly into the target that shouldn’t be a problem. Hopefully the information I’ve provided about how the git-based site support with .asf.yaml files will be helpful. I had to spend quite a bit of time figuring all this out on my own as the documents I linked to are even less clear than the Logging confluence page. Ralph