1. ac90050 Remove unneeded code (#1023) by Elliotte Rusty Harold · 3 days ago master
  2. 1e55ec0 core (#1026) by Elliotte Rusty Harold · 4 days ago
  3. c421792 unused dependency (#1024) by Elliotte Rusty Harold · 5 days ago
  4. b1a9faa simplify lambda (#1025) by Elliotte Rusty Harold · 5 days ago
  5. 2dfe493 [maven-release-plugin] prepare for next development iteration by Sylwester Lachiewicz · 10 days ago
  6. 8cca900 [maven-release-plugin] prepare release maven-compiler-plugin-4.0.0-beta-4 by Sylwester Lachiewicz · 10 days ago maven-compiler-plugin-4.0.0-beta-4
  7. d049975 Bump org.apache.maven.plugins:maven-plugins from 46 to 47 (#1018) by dependabot[bot] · 3 weeks ago
  8. ae31624 Bump org.apache.maven.plugins:maven-plugins from 45 to 46 (#1012) by dependabot[bot] · 4 weeks ago
  9. 389c83c Fix hyperlinks in the documentation (#1011) by cdouillard · 5 weeks ago
  10. 7c300a3 Refactoring of the handling of `--patch-module` (#1002) by Martin Desruisseaux · 6 weeks ago
  11. 053a526 Remove declaration of "plexus-snapshots" repository in integration tests (#1009) by Martin Desruisseaux · 6 weeks ago
  12. e7b4ca6 Bump org.ow2.asm:asm from 9.9 to 9.9.1 (#1004) by dependabot[bot] · 7 weeks ago
  13. 123420b Bump org.mockito:mockito-core from 5.20.0 to 5.21.0 (#1003) by dependabot[bot] · 8 weeks ago
  14. 0506647 Rename `META-INF/versions` as `META-INF/versions-modular` for the non-standard case (#998) by Martin Desruisseaux · 3 months ago
  15. 7e3e48f Quote filenames only when formatting a command for the shell (#997) by Martin Desruisseaux · 3 months ago
  16. 3b46223 Remove the integration test for MCOMPILER-346 (#995) by Martin Desruisseaux · 3 months ago
  17. c3fc26a Catch the case where the compilation fails because of a `NoClassDefFoundError`. by Martin Desruisseaux · 3 months ago
  18. 3efa684 Fix: annotation processor not always detected when specified with `<type>processor</type>`. by Martin Desruisseaux · 3 months ago
  19. 8dd8f36 Use the `org.apache.maven.plugins.compiler.it` groupId consistently in all integration tests. by Martin Desruisseaux · 3 months ago
  20. 4997313 Uniformize the plugin version to "@project.version@" instead of "@pom.version@". by Martin Desruisseaux · 7 months ago
  21. f3c1f26 Add documentation about how the tests were ported from Maven Compiler Plugin 3 to 4. by Martin Desruisseaux · 7 months ago
  22. 1bac6a9 chore: drop junit3 references (#985) by Sandra Parsick · 3 months ago
  23. 600a807 [maven-release-plugin] prepare for next development iteration by Slawomir Jaranowski · 4 months ago
  24. 51303cf [maven-release-plugin] prepare release maven-compiler-plugin-4.0.0-beta-3 by Slawomir Jaranowski · 4 months ago maven-compiler-plugin-4.0.0-beta-3
  25. c6c0884 Remove trailing dot after {@return …} because Javadoc already adds this dot. by Martin Desruisseaux · 4 months ago
  26. 2f6b811 Remove `invoker.java.version = 9+` because the build requires Java 17 anyway. by Martin Desruisseaux · 4 months ago
  27. d85f3fa Remove `<source/>` and `<target/>` elements, which are no longer needed after 236fc26. by Martin Desruisseaux · 4 months ago
  28. 203cb86 Add documentation for multi-release and multi-module projects (#976) by Martin Desruisseaux · 4 months ago
  29. d958a62 Do not create empty "generated-sources" when there is no annotation processor to run. by Martin Desruisseaux · 5 months ago
  30. 0dea159 Apply to fork mode the same policy as the usual mode regarding when to write debug files. by Martin Desruisseaux · 5 months ago
  31. 338d532 Fix the use of `--patch-module` option when a forked compiler is used. by Martin Desruisseaux · 5 months ago
  32. 53c1cc6 Improvement in the handling of some exceptions: by Martin Desruisseaux · 5 months ago
  33. 6b86381 Parser for `module-info-patch.maven` files (#963) by Martin Desruisseaux · 4 months ago
  34. 2197c22 Build projects that are both multi-module and multi-release (#959) by Martin Desruisseaux · 4 months ago
  35. 291f50d Add hacktoberfest label to project by Slawomir Jaranowski · 4 months ago
  36. 236fc26 Fix java source and target version properties (#982) by Guillaume Nodet · 4 months ago
  37. b7ad2b8 Bump org.ow2.asm:asm from 9.8 to 9.9 by dependabot[bot] · 4 months ago
  38. dc33a10 Fix for Kotlin 2.x (#978) by Tamas Cservenak · 4 months ago
  39. 52d922f kotlin lin issues by Sylwester Lachiewicz · 4 months ago
  40. 3a4f892 Bump plugins to solve test issue on macos and Java 25 by Sylwester Lachiewicz · 4 months ago
  41. dd393c9 Bump m-invoker-p to 3.9.1 for Java 25 by Sylwester Lachiewicz · 4 months ago
  42. 7f48ae4 Add matrix exclusion for specific JDK distributions by Sylwester Lachiewicz · 4 months ago
  43. 3f18e86 Bump org.mockito:mockito-core from 5.19.0 to 5.20.0 by dependabot[bot] · 5 months ago
  44. be18137 Suport command line paramenters for incremental build (#958) by zhaoyunxing · 5 months ago
  45. 061a754 Deprecate the `debug` flag (#953) by Martin Desruisseaux · 5 months ago
  46. 90f58dc Bump org.mockito:mockito-core from 5.18.0 to 5.19.0 (#957) by dependabot[bot] · 6 months ago
  47. 5737473 feat: enable prevent branch protection rules (#956) by Sandra Parsick · 6 months ago
  48. 954ebee Replace maven-plugin-testing-harness dependency by maven-testing by Charles Douillard · 7 months ago
  49. dd76b02 Remove unnecessary sisuPlexusVersion property from the pom by cdouillard · 7 months ago
  50. 3bcda08 Two more test cases for multi-release integration tests (#951) by Fridrich Strba · 7 months ago
  51. 2462c84 Upgrade the dependencies of all remaining occurrences of commons-lang3. (#950) by Martin Desruisseaux · 7 months ago
  52. 1ed03b8 Fix multi-release support when module-info is not in the base class (#948) by Martin Desruisseaux · 7 months ago
  53. fc38f2c Bump org.apache.commons:commons-lang3 (#947) by dependabot[bot] · 7 months ago
  54. 44d79e7 Bump org.apache.commons:commons-lang3 (#946) by dependabot[bot] · 7 months ago
  55. 95bd529 Make the default include/exclude syntax compatible with the behavior of Maven 3 (#945) by Martin Desruisseaux · 7 months ago
  56. b58e98a Port the index from APT to Markdown with the following changes: by Martin Desruisseaux · 7 months ago
  57. c08e031 Port the `multirelease` file from APT to Markdown with the following changes: by Martin Desruisseaux · 7 months ago
  58. 49fa540 Port the page about --release from APT to Markdown with the following changes: by Martin Desruisseaux · 7 months ago
  59. 35b7b79 Port the page about compiler arguments from APT to Markdown with no significant change in the text. by Martin Desruisseaux · 7 months ago
  60. 937b0f9 Port the "Compile Using Memory Allocation Enhancements" page with the following changes: by Martin Desruisseaux · 7 months ago
  61. c5a044d Port the page about --source and --target from APT to Markdown with the following changes: by Martin Desruisseaux · 7 months ago
  62. 8d30dfd Port the "compile using different JDK" page from APT to Markdown with the following changes: by Martin Desruisseaux · 7 months ago
  63. 8a1efd0 Port the `module-info` page to markdown format together with the following changes: by Martin Desruisseaux · 7 months ago
  64. c62d74e Remove mention of the `META-INF/jpms.args` file, which is not generated anymore. by Martin Desruisseaux · 7 months ago
  65. bf59246 Convert the page about non-javac compiler from APT to Markdown format with no change in the text. by Martin Desruisseaux · 7 months ago
  66. 44d7793 Give more reasons for the Maven 4 way to declare an annotation processor. by Martin Desruisseaux · 7 months ago
  67. 1a4c1ea Undeclared dependencies (#944) by Fridrich Strba · 7 months ago
  68. 900c665 Port to maven 4.0.0-rc-4 (#943) by Fridrich Strba · 7 months ago
  69. efc68bc Add JDK 23 information and example for annotation processing (#939) by Matthias Bünger · 7 months ago
  70. 8ed037a Update the "non-javac-compilers" guide and add an integration test (#937) by Martin Desruisseaux · 7 months ago
  71. da5ef31 Bump org.apache.maven.plugins:maven-plugins from 44 to 45 (#936) by dependabot[bot] · 8 months ago
  72. 600fe2d restore notifications on PRs and issues by Olivier Lamy · 8 months ago
  73. 097d74e quiet and get rid of jira by Olivier Lamy · 8 months ago
  74. 30cb5f2 Bump org.mockito:mockito-core from 5.17.0 to 5.18.0 (#329) by dependabot[bot] · 8 months ago
  75. 6fc045a Bump org.apache.maven.plugins:maven-plugins from 43 to 44. (#328) by Martin Desruisseaux · 8 months ago
  76. 9acdc09 Bump org.ow2.asm:asm from 9.7.1 to 9.8 (#318) by dependabot[bot] · 9 months ago
  77. 8ff2d3d Documentation fixes from feedbacks. by Martin Desruisseaux · 9 months ago
  78. 3f01ff8 More conservative default value of the `<incrementalCompilation>` parameter if an annotation processor is present. by Martin Desruisseaux · 10 months ago
  79. 3a56f5a Use the native encoding for reading the file written by a native process (forked compiler). by Martin Desruisseaux · 10 months ago
  80. 1271c85 Use relative paths in compiler error and warning messages, for shorter and more readable output. by Martin Desruisseaux · 10 months ago
  81. 5d4d7f3 Documentation fixes and more straightforward policy for showing or not the stack trace. by Martin Desruisseaux · 10 months ago
  82. 195a809 Add two integration tests: by Martin Desruisseaux · 10 months ago
  83. c484c82 Replace the convolved hack (which was moving files around) by symbolic link. by Martin Desruisseaux · 10 months ago
  84. 5dae077 Initial support of multi-releases project by using the `<source>` element. by Martin Desruisseaux · 11 months ago
  85. 22f98b8 Refactor `AbstractCompilerMojo` by moving part of the `compile` method body in a separated class. by Martin Desruisseaux · 11 months ago
  86. 51947a8 Take in account more information provided by the `<source>` elements of the `pom.xml` file. by Martin Desruisseaux · 11 months ago
  87. 5eaf0d1 Use relative paths when possible in the `javac.args` file that is generated. by Martin Desruisseaux · 11 months ago
  88. 9bf13d6 Move the formatting of options in the `Options` class. by Martin Desruisseaux · 1 year ago
  89. f97b683 Upgrade to Maven 4.0.0-rc-3. by Martin Desruisseaux · 1 year ago
  90. cb82437 Remove the `multirelease-patterns/packaging-plugin` test because it was testing another plugin than this project. by Martin Desruisseaux · 11 months ago
  91. 7d44073 Bump org.mockito:mockito-core from 5.16.1 to 5.17.0 by dependabot[bot] · 10 months ago
  92. 5cfd475 Bump org.mockito:mockito-core from 5.16.0 to 5.16.1 by dependabot[bot] · 11 months ago
  93. c341baf Bump org.mockito:mockito-core from 5.14.2 to 5.16.0 by dependabot[bot] · 11 months ago
  94. 6c55794 [maven-release-plugin] prepare for next development iteration by Slawomir Jaranowski · 12 months ago
  95. c7ba71a [maven-release-plugin] prepare release maven-compiler-plugin-4.0.0-beta-2 by Slawomir Jaranowski · 12 months ago maven-compiler-plugin-4.0.0-beta-2
  96. c045e19 Enable GitHub Issues by Slawomir Jaranowski · 1 year ago
  97. 51fd5f0 Add Stale action by Slawomir Jaranowski · 12 months ago
  98. 1a46e2b Publish documentation to LATEST-4.x by Slawomir Jaranowski · 12 months ago
  99. f79c7fd Update docs for Maven 4 and release option by Matthias Bünger · 12 months ago
  100. 9337c3c Rename property `moduleVersion` to `maven.compiler.moduleVersion` by Slawomir Jaranowski · 12 months ago