You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benson Margulies <bi...@gmail.com> on 2010/02/03 16:24:10 UTC

javadoc versus shade

I find myself wishing that I could generate shaded javadoc: javadoc
for renamed classes under their renamed names. Anyone been here?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: javadoc versus shade

Posted by Anders Hammar <an...@hammar.net>.
I think that is impossible as the shading works on the class files, in which
the javadoc comments have been removed (or?). You need the source to
generate javadoc. And the source code isn't shaded.

My 2 cents,
/Anders

On Wed, Feb 3, 2010 at 16:24, Benson Margulies <bi...@gmail.com>wrote:

> I find myself wishing that I could generate shaded javadoc: javadoc
> for renamed classes under their renamed names. Anyone been here?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>