On Thu, 14 May 2015, Tyler Palsulich wrote:
I was about to update the site for TIKA-1619 (checksums wrong on the site),
but found unpublished changes in the site. This is the status after
checking out the repo and running `mvn install`:
➜ site svn status
M publish/1.7/examples.html
M publish/1.8/examples.html
M publish/1.9/examples.html
At some point, we may need to pin the examples page to the state of the
examples area of the repo at the release. Right now, when we add more
examples code, the older examples pages will pull them in, which isn't
always correct...
M publish/1.8/index.html
M publish/doap.rdf
M publish/plugin-management.html
X src/examples-src
No idea about the 1.8 index page, sorry
Doap looks expected. Plugin page is auto-generated by maven so updates
fairly often. The X on src/examples-src just tells you it's a svn
externals, as it pulls in the example java source files so that snippets
can be put in the examples page
Nick