Skip to content

AutoRequires doesn't work when using mvn compiler plugin. #272

@SentryMan

Description

@SentryMan

It seems when you use inject with the compiler plugin, the ExternalProvider Serviceloader can't detect other modules.

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-compiler-plugin</artifactId>
  <configuration>
    <annotationProcessorPaths>
      <path>
        <groupId>io.avaje</groupId>
        <artifactId>avaje-inject-generator</artifactId>
        <version>${avaje.inject.version}</version>
      </path>
    </annotationProcessorPaths>
  </configuration>
</plugin>

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions