Skip to content

Add example maven/gradle projects that use the annotation processor  #707

@remkop

Description

@remkop

Both for documentation and verification purposes.

The Maven compiler plugin only supports annotationProcessorPaths from 3.5:
https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html

TODO: add this section to the example-maven-project-simple:

          <compilerArgs>
            <arg>-Aproject=${groupId}/${artifactId}</arg>
          </compilerArgs>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions