exasol / exasol-virtual-schema

Virtual Schema from Exasol to Exasol
MIT License
1 stars 2 forks source link

Fix javadoc generation #117

Closed pj-spoelders closed 5 months ago

pj-spoelders commented 7 months ago

Currently javadoc is configured to not throw errors when failing in the current PR.

The javadoc plugin in this project had custom configuration (found in pom.xml file): Javadoc fought with the udf-debugging-java dependency when I added it, this dependency is needed to add support for remote debugging the VS integration tests. That's why I had to disable javadoc for now.

pj-spoelders commented 7 months ago

This might help: https://exasol.atlassian.net/wiki/spaces/TOOLTIPS/pages/10355215/maven-javadoc-plugin