exasol / error-code-crawler-maven-plugin

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

Use complete path for source files #99

Closed kaklakariada closed 5 months ago

kaklakariada commented 7 months ago

When crawling multi-maven projects and aggregating the error reports, the crawler writes an invalid source path to the report:

Example:

The link must contain the project internal path to the maven module.

Task

Fix the aggregate or verify task to use source paths including the path to the maven module.