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 full name in file error_code_config.yml #97

Closed ckunki closed 3 months ago

ckunki commented 9 months ago

The discussion In ticket In IntRef led to 2 options : O1) MVP O2) Full implementation.

The current ticket describes MVP:

After the current ticket is implemented additionally requires to update project-keeper templates to use latest version of ECM, see follow-up-tasks below.

Tasks

Update error-code-crawler-maven-plugin (ECM) to

Sample content for file error_code_config.yml:

error-tags:
  EITFJ:
    # Full name from which the short tag is derived from
    name: Extension Integration Test Framework Java
    packages:
      - com.exasol.extensionmanager.itest
    highest-index: 42

Follow-up changes

Update project-keeper templates to use latest version of ECM

For affected projects: Describe