RFR: Archetype: move jmh-generator-annprocess into configuration of maven-compiler-plugin

Сергей Цыпанов duke at openjdk.org
Fri Jul 8 11:34:33 UTC 2022


I found out that sometimes IDEA does not pick-up annotation processor from `pom.xml` of a project generated from archetype. If I then move annotation processor into compiler's config and reimport the project the issue is gone. So it seems reasonable to move annotation processor into dedicated section of compiler plugin's config.

-------------

Commit messages:
 - Archetype: move jmh-generator-annprocess into configuration of maven-compiler-plugin

Changes: https://git.openjdk.org/jmh/pull/74/files
 Webrev: https://webrevs.openjdk.org/?repo=jmh&pr=74&range=00
  Stats: 13 lines in 1 file changed: 7 ins; 6 del; 0 mod
  Patch: https://git.openjdk.org/jmh/pull/74.diff
  Fetch: git fetch https://git.openjdk.org/jmh pull/74/head:pull/74

PR: https://git.openjdk.org/jmh/pull/74


More information about the jmh-dev mailing list