Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-4486

Support annotationProcessorPathsUseDepMgmt in quarkus:dev

XMLWordPrintable

      Add support for `annotationProcessorPathsUseDepMgmt` option of the `maven-compiler-plugin`
      ```
      <plugin>
      <artifactId>maven-compiler-plugin</artifactId>
      <version>${compiler-plugin.version}</version>
      <configuration>
      <compilerArgs>
      <arg>-parameters</arg>
      </compilerArgs>
      <!-- Panache -->
      <parameters>${maven.compiler.parameters}</parameters>
      <annotationProcessorPathsUseDepMgmt>true</annotationProcessorPathsUseDepMgmt>
      <annotationProcessorPaths>
      <!-- skip -->
      ```

              Unassigned Unassigned
              olubyans@redhat.com Alexey Loubyansky
              Jakub Jedlicka Jakub Jedlicka
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: