Re: [hibernate-dev] [Hibernate ORM] Javadoc missing in Maven repositories

2017-01-16 Thread Sanne Grinovero
On 16 January 2017 at 18:49, Steve Ebersole wrote: > I think we are all saying that we personally find it far more useful to have > the sources (which have the Javadoc btw ;) available in the IDE compared to > having just the Javadoc. I definitely agree but it's not an exclusive either/or ;) > I

Re: [hibernate-dev] [Hibernate ORM] Javadoc missing in Maven repositories

2017-01-16 Thread Steve Ebersole
I think we are all saying that we personally find it far more useful to have the sources (which have the Javadoc btw ;) available in the IDE compared to having just the Javadoc. It's not a question of easy to generate/publish, it's a question of what is useful. If someone finds it useful they can

Re: [hibernate-dev] [Hibernate ORM] Javadoc missing in Maven repositories

2017-01-16 Thread Sanne Grinovero
I'm not sure if the agreement is in wanting to keep the status quo, or if it's simply not worth our time to chase such things. In other words: may I suggest to such users that we'd accept a pull request, or you'd rather not waste bandwidth during releases? Either way is fine by me, but I wonder if

Re: [hibernate-dev] [Hibernate ORM] Javadoc missing in Maven repositories

2017-01-16 Thread andrea boriero
I agree with Steve and Gunnar. On 16 January 2017 at 15:41, Gunnar Morling wrote: > +1 The source JARs are the important thing here. > > Just tried out the JavaDoc view in Eclipse for the first time as > you're mentioning it. Can't say I find it overly useful nor that I've > been missing it for

Re: [hibernate-dev] [Hibernate ORM] Javadoc missing in Maven repositories

2017-01-16 Thread Gunnar Morling
+1 The source JARs are the important thing here. Just tried out the JavaDoc view in Eclipse for the first time as you're mentioning it. Can't say I find it overly useful nor that I've been missing it for all these years :) 2017-01-16 15:43 GMT+01:00 Steve Ebersole : > I personally think that publ

Re: [hibernate-dev] [Hibernate ORM] Javadoc missing in Maven repositories

2017-01-16 Thread Steve Ebersole
I personally think that publishing Javadocs per artifact is silly so I do not do it for ORM. Its a limiting view. We already publish an "aggregated" Javadoc that (again imo) is far better. As you point out Sanne, we do publish sources to repo which at the IDE level is MUCH better On Mon, Jan 16

Re: [hibernate-dev] [Hibernate ORM] Javadoc missing in Maven repositories

2017-01-16 Thread Guillaume Smet
Hi, It's an issue we have for several of our projects (ie also on NoORM projects), namely those building the javadoc in an aggregated task at the end of the build. It bugged me a little at first but as Eclipse defaults to using source anyway, I didn't care that much about this. It might be a good

[hibernate-dev] [Hibernate ORM] Javadoc missing in Maven repositories

2017-01-16 Thread Sanne Grinovero
Hi all, I noticed some people [1] asking why we don't deploy the javadoc jarfile in Maven repositories. That's very helpful for IDE integrations; I never noticed - nor am I sure how to verify - as my IDE falls back to using the sources. Knowing how reliable Maven Central's directory listing are,