You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Alexander Kriegisch <al...@kriegisch.name> on 2020/07/29 08:32:34 UTC

Javadoc for fat/uber JAR created by Maven Shade

I am creating fat/uber JARs in several modules as part of a multi-module
project, which is working nicely. Even aggregate sources JARs are
created via

  <createSourcesJar>true</createSourcesJar>

Even relocation is taken care of in the aggregate source file, very nice
actually.

So far, so good. The next step would be an aggregate Javadoc JAR, but I
cannot find any options for that in Maven Shade. Has anyone ever done
something like this before? Is there a plugin for it or do I need to
manually create an assembly or something like that if I want it? Now the
JAR for the uber JAR is almost empty, only containing the one starter
class actually contained in the module where the shaded JAR is created.
This was to be expected, but I would like to create an "uber Javadoc
JAR".

Regards

-- 
Alexander Kriegisch
https://scrum-master.de

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