David Crossley wrote:

Bertrand Delacretaz wrote:
Would it be possible for people working in these areas to create short README files in the trunk, and keep them up to date when something happens in that area?

There's already README.osgi, we could have README.maven, README.jmx, README.blockmode, etc..

Please use the .txt extension. Otherwise we will get
more svn properties problems than we already have.
We get conflicting line-endings and un-necessary diffs.
+1. Adding new extensions is not a good idea. Perhaps a solution can be:

README.maven.txt
README.osgi.txt
etc.

It can be done with:

svn mv REAME.maven README.maven.txt

Best Regards,

Antonio Gallardo.