Class defined on module path not found when running integration tests

2022-07-31 Thread Ryan Lubke
Hey Folks, I’ve been looking into this issue for a couple of days now and have run out of ideas. Maven Version:3.8.5 Maven Failsafe Version: 3.0.0-M7 Java Version:17.0.4 OS: MacOS 12.5/Apple Silicon The test compiles fine using the

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