exasol / error-code-crawler-maven-plugin

Validator and crawler for exasol-error-codes in Java code
MIT License
1 stars 1 forks source link

Support different source directory #54

Closed jakobbraun closed 3 years ago

jakobbraun commented 3 years ago

In virtual-schema-common-document, we use lombok. Error-code-crawling fails there, since some methods will be generated so the source is invalid for the crawler.

Solution: Add property to crawl from different directory. In this case we can the use the delombok project and crawl the generated sources