cowwoc commented on issue #15: Don't fail if module source path already exists. URL: https://github.com/apache/maven-javadoc-plugin/pull/15#issuecomment-449787790 @eolivelli Nevermind, I figured it out. There were numerous things wrong with that commit. Namely: * The top-level pom was missing a `<modules>` section to load the sub-module. * The child module referenced the wrong parent artifact. * The child module needed a compiler plugin configured to build under Java 9+. Anyway, now that this is out of the way the only thing remaining is to merge this PR into `master`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
