steve wrote:
The sources are *always* included in our upload bundles. What we make available for download is a zip/tar, look in the /src directory ;)
No, as I said in my previous post, I'm referring to Ibiblio's Maven repository. The maven build tool automatically downloads project dependencies from there, it can even download sources and configure Eclipse so that you can debug seeing Hibernate's sources. Here's Hibernate's dir:
http://www.ibiblio.org/maven2/org/hibernate/hibernate/
Every free software Java project is there, supposedly the main authors shoud be the ones uploading jars of the new releases, but Hibernate seems to be uploaded by random users. I could do it myself (I think I'll do), but it's a little risky... why should people trust me to run code =). Hibernate didn't want to upload the jars themselves:
http://opensource2.atlassian.com/projec ... e/HHH-1270
So... in the previous message I just asked to the "random uploader" to include Hibernate sources this time, instead of uploading a binary only Hibernate.