Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Support <annotationProcessors> configuration element #60

@sewe

Description

@sewe

There exist annotation processors which are not declared in META-INF/services/javax.annotation.processing.Processor. These processors need to be explicitly selected using the maven-compiler-plugin’s <annotationProcessors> configuration element (the equivalent of javac’s -processor <class>).

AFAICT, this option is not supported by m2e-apt yet, making it impossible to configure annotation processing for such processors.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions