Re: maven-javadoc-plugin using Java modules, and a shaded artifact with relocated classes

2022-04-20 Thread Alexander Kriegisch
Hallo Ryan. I would have expected the shaded package names here. Or did you forget to shade the sources, too? Do you want the ASM stuff included in the Javadocs anyway? I think for a question like this there are too many variables to do anything but speculate. Therefore, a minimal reproducer proj

maven-javadoc-plugin using Java modules, and a shaded artifact with relocated classes

2022-04-20 Thread Ryan Lubke
Hey folks, I've been banging my head against an issue with generating javadocs for a module I'm working on. The module shades and relocates ASM into the final result - this is fine. However, when attempting to generate the javadocs for this, it fails with: (package org.objectweb.asm is declared