You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dave Hoffer <DH...@xrite.com> on 2007/02/22 15:28:06 UTC

How to assemble collection of javadocs?

According to the maven-assembly-plugin website it does not handle
collecting and packaging javadoc jars like it does for binaries &
sources.  

Additionally the web site says that the maven-javadoc-plugin provides
this functionality.  However the maven-javadoc-plugin web site does NOT
say that it provides this functionality.  It says it creates javadoc
jar(s); normally one per module or if aggregated one per project.

So what plugin collects javadoc jars created per module and packages
them into folder, jar, etc?  It seems the logical place for this is the
assembly plugin since it is exactly what it does for sources and
binaries.

Can someone let me know if this functionality exists?

-dh


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


Re: How to assemble collection of javadocs?

Posted by Kalle Korhonen <ka...@gmail.com>.
Dave,

did you ever find out a proper way to do this? Assembly (dependencySet)
doesn't support classifiers, sigh...

Kalle

On 2/22/07, Dave Hoffer <DH...@xrite.com> wrote:
>
> According to the maven-assembly-plugin website it does not handle
> collecting and packaging javadoc jars like it does for binaries &
> sources.
>
> Additionally the web site says that the maven-javadoc-plugin provides
> this functionality.  However the maven-javadoc-plugin web site does NOT
> say that it provides this functionality.  It says it creates javadoc
> jar(s); normally one per module or if aggregated one per project.
>
> So what plugin collects javadoc jars created per module and packages
> them into folder, jar, etc?  It seems the logical place for this is the
> assembly plugin since it is exactly what it does for sources and
> binaries.
>
> Can someone let me know if this functionality exists?
>
> -dh
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>