1. 88197dd [MCOMPILER-286] Detect if dependencies should be added to classpath or modulepath by Robert Scholte · 7 years ago
  2. 0fc5d51 [MCOMPILER-293] Add advice message in case automodules are used by Robert Scholte · 7 years ago
  3. 3000250 [MCOMPILER-290] Fix invalid comment out in the examples of module-info documentation by Robert Scholte · 7 years ago
  4. b3ee28f Integration test of multimodule with exports to other module by Robert Scholte · 7 years ago
  5. cae71bd [maven-release-plugin] prepare for next development iteration by Robert Scholte · 7 years ago
  6. b553300 [maven-release-plugin] prepare release maven-compiler-plugin-3.6.1 by Robert Scholte · 7 years ago maven-compiler-plugin-3.6.1
  7. 310d726 [MCOMPILER-287] Adjust documentation module-info by Robert Scholte · 7 years ago
  8. acb50af MCOMPILER-285: Support test-compile for JDK 9 build b148+ by Robert Scholte · 7 years ago
  9. a3aa9b3 o Reverted last commit to reset to release version parent's. by Christian Schulte · 7 years ago
  10. 0f7198e o Updated to latest parent SNAPSHOT. by Christian Schulte · 7 years ago
  11. f05119d Correct jira.codehaus.org to issues.apache.org/jira by Michael Osipov · 7 years ago
  12. eb40b6c [MCOMPILER-281] Remove reference to Maven 1's Java plugin by Anders Hammar · 7 years ago
  13. 72abc7d [MCOMPILER-282] Remove link to Codehaus wiki by Anders Hammar · 7 years ago
  14. 324ce82 [MCOMPILER-284] maven.test.skip doesn't skip test compilation by Guillaume Boué · 7 years ago
  15. 9bdbbc3 [maven-release-plugin] prepare for next development iteration by Robert Scholte · 7 years ago
  16. 97e49fd [maven-release-plugin] prepare release maven-compiler-plugin-3.6.0 by Robert Scholte · 7 years ago maven-compiler-plugin-3.6.0
  17. ff3c703 improve toolchains related docs by Robert Scholte · 8 years ago
  18. 20ca390 Add link to plexus compilers by Robert Scholte · 8 years ago
  19. 88074a2 - Updating the "Setting the -source and -target of the Java Compiler": fixing broken link to Mojohaus, adding a note about the usage of "source", linking to the page about compiling with a different JDK. by Guillaume Boué · 8 years ago
  20. 30e6c8c Updating the "Setting the -source and -target of the Java Compiler" documentation page by referencing Java 8 features instead of Java 4. This closes #69. by Guillaume Boué · 8 years ago
  21. 47ddb57 [MCOMPILER-267] Compiler plugin could have failOnWarning option by Robert Scholte · 8 years ago
  22. b47b1b9 [MCOMPILER-260] Incorrect <compilerArgs> behavior when multiple number <arg>'s have the same value by Robert Scholte · 8 years ago
  23. ab4d12c [MCOMPILER-269] Support modulepath (Java9/Jigsaw) by Robert Scholte · 8 years ago
  24. 6200e96 [MCOMPILER-279] Passing multiple --add-exports args to the compilerArgs is not supported by Robert Scholte · 8 years ago
  25. 0b1ca7b [MCOMPILER-279] Passing multiple --add-exports args to the compilerArgs is not supported by Robert Scholte · 8 years ago
  26. ef40591 [MCOMPILER-269] Support modulepath (Java9/Jigsaw) by Robert Scholte · 8 years ago
  27. 582d422 [MCOMPILER-269] Support modulepath (Java9/Jigsaw) add documentation by Robert Scholte · 8 years ago
  28. 77c2ad2 [MCOMPILER-269] Support modulepath (Java9/Jigsaw) by Robert Scholte · 8 years ago
  29. 4cd9387 [MCOMPILER-269] Support modulepath (Java9/Jigsaw) improve javadoc by Robert Scholte · 8 years ago
  30. fdd2252 [MCOMPILER-269] Support modulepath (Java9/Jigsaw) by Robert Scholte · 8 years ago
  31. 7847fb5 remove maven-toolchain, is part of maven-core since 3.0 by Robert Scholte · 8 years ago
  32. ab7b872 [MCOMPILER-269] Support modulepath (Java9/Jigsaw) by Robert Scholte · 8 years ago
  33. 4b4ae85 [MCOMPILER-269] Support modulepath (Java9/Jigsaw) by Robert Scholte · 8 years ago
  34. 39a0798 [MCOMPILER-270] Support release=8 on JDK 9 (with fallback on source=8 and target=8 on JDK 8) by Robert Scholte · 8 years ago
  35. 9c60af0 [MCOMPILER-269] Support modulepath (Java9/Jigsaw) by Robert Scholte · 8 years ago
  36. 827632e [MCOMPILER-273] Upgrade maven-shared-utils to 3.1.0 by Karl Heinz Marbaise · 8 years ago
  37. db6050f [MCOMPILER-269] Support modulepath (Java9/Jigsaw) by Robert Scholte · 8 years ago
  38. 5513886 updated Jira url by Herve Boutemy · 8 years ago
  39. 21662d9 [maven-release-plugin] prepare for next development iteration by Andreas Gudian · 8 years ago
  40. 454ea17 [maven-release-plugin] prepare release maven-compiler-plugin-3.5.1 by Andreas Gudian · 8 years ago maven-compiler-plugin-3.5.1
  41. b4dc7b8 Fix some javadoc issues reported in JDK8 by Andreas Gudian · 8 years ago
  42. 9137752 [MCOMPILER-262] Don't add project dependencies to -processorpath when using the annotationProcessorPaths option, but only the dependencies of the processor artifacts. by Andreas Gudian · 8 years ago
  43. 293b093 [MCOMPILER-235] extend IT to verify that the repeated build without a clean works when using an annotation processor that generates java sources. by Andreas Gudian · 8 years ago
  44. 3e4a78b [MCOMPILER-235] do not add files from generatedSourcesDirectory to the list of source files to compile. by Andreas Gudian · 8 years ago
  45. b9f4efc [maven-release-plugin] prepare for next development iteration by Andreas Gudian · 8 years ago
  46. da35682 [maven-release-plugin] prepare release maven-compiler-plugin-3.5 by Andreas Gudian · 8 years ago maven-compiler-plugin-3.5
  47. 8ee1b27 [MCOMPILER-203] Update plexus-compiler to released version 2.7 by Andreas Gudian · 8 years ago
  48. d430ca0 [MCOMPILER-203] Allow specifying annotation processor path dependencies by Andreas Gudian · 8 years ago
  49. edea3bc [MCOMPILER-258] Upgrade maven-shared-utils to 3.0.0 by Karl Heinz Marbaise · 8 years ago
  50. 216c466 [MCOMPILER-258] Removing exclusions from maven-core by Karl Heinz Marbaise · 8 years ago
  51. bb0cfc3 Require Maven 3.0, update Snapshot version to 3.5-SNAPSHOT. by Andreas Gudian · 8 years ago
  52. 60203ea [MCOMPILER-211] Prevent possible NPE when m-compiler-p is used within an m2e-execution in Eclipse by Andreas Gudian · 8 years ago
  53. 3d3f9cf [MPOM-95] updated parent pom location by Herve Boutemy · 8 years ago
  54. ce53903 use released version of plugin parent, i.e 28 by Robert Scholte · 9 years ago
  55. bb02356 Result of mvn versions:update-child-modules -DallowSnapshots -N by Robert Scholte · 9 years ago
  56. 78541f7 p-c 2.6 by Kristian Rosenvold · 9 years ago
  57. fbe31fc MCOMPILER-246 Added missing configuration tag to docs by Manfred Moser · 9 years ago
  58. bf04d44 [MNGSITE-243] Fixed link to How to use Mirros for Repositories by Karl Heinz Marbaise · 9 years ago
  59. e6b6c31 moved Jira from Codehaus to Apache by Herve Boutemy · 9 years ago
  60. c2f7a05 changed svnpubsub url from /content to /components by Herve Boutemy · 9 years ago
  61. b696b2d [maven-release-plugin] prepare for next development iteration by Karl Heinz Marbaise · 9 years ago
  62. 81e8ce4 [maven-release-plugin] prepare release maven-compiler-plugin-3.3 by Karl Heinz Marbaise · 9 years ago maven-compiler-plugin-3.3
  63. 6e0ca4d made IT compatible with different JDK versions output by Herve Boutemy · 9 years ago
  64. a863ed6 plexus compiler 2.5 released version by Olivier Lamy · 9 years ago
  65. 16674a5 Update error-prone integration test by Olivier Lamy · 9 years ago
  66. 1a53bb0 MCOMPILER-120: switch doc for compiler options to current working syntax, clean up confusion in it. by Benson Margulies · 9 years ago
  67. b8fed87 declare plexus snapshots repositories by Olivier Lamy · 9 years ago
  68. c95c9c5 ignore .java-version and test with plexus compiler 2.5-SNAPSHOT by Olivier Lamy · 9 years ago
  69. d8cae98 MCOMPILER-120: fix up the IT to actually test the functionality in question. by Benson Margulies · 9 years ago
  70. a5c69a1 [MCOMPILER-223] Move to a non-ancient maven-toolchain dependency by Karl Heinz Marbaise · 9 years ago
  71. e54ca92 disabling error-prone compiler test with JDK 8: this should be tested in plexus-compiler by Herve Boutemy · 9 years ago
  72. a8274e8 Let the parent do it's work instead of manually configuring maven-plugin-plugin. by Karl Heinz Marbaise · 9 years ago
  73. 4a853a6 [MCOMPILER-239] Upgrade maven-shared-utils to 0.7 by Karl Heinz Marbaise · 9 years ago
  74. b019d25 Why was I right with my previous comment? Don't trust vendor specific message! by Robert Scholte · 9 years ago
  75. c331aee Make verify-script JDK9 proof (hopefully they won't change the message...) by Robert Scholte · 9 years ago
  76. bd0ccdc remove redundant configuration. IT for non-english-warnings had 1.4, but I don't see a reason for this value. by Robert Scholte · 9 years ago
  77. cd5c993 [MCOMPILER-238] Upgrade to maven-plugins parent version 27 by Karl Heinz Marbaise · 9 years ago
  78. 61d6e1a Write the complete plugin name when logging about toolchains. by Dennis Lundberg · 9 years ago
  79. e4db767 [MCOMPILER-237] - Upgrade minimum Maven version to 2.2.1 by Karl Heinz Marbaise · 9 years ago
  80. 40168ec - Undone the commit r1630358 which means to remove by Karl Heinz Marbaise · 10 years ago
  81. 367c0f3 - Added to all plugins LICENSE file by Karl Heinz Marbaise · 10 years ago
  82. a341306 [maven-release-plugin] prepare for next development iteration by John Dennis Casey · 10 years ago
  83. a1d0655 [maven-release-plugin] prepare release maven-compiler-plugin-3.2 by John Dennis Casey · 10 years ago maven-compiler-plugin-3.2
  84. 7d1f0dd use released plexus compiler version by Olivier Lamy · 10 years ago
  85. d496c4c adding minimum 1.6 JDK version to prevent problems in 1.5 by John Dennis Casey · 10 years ago
  86. b8606ca [MCOMPILER-228]: cannot assign a value to final variable in lamda by Robert Scholte · 10 years ago
  87. b53bc5f fixed errors reported by RAT and Checkstyle by Herve Boutemy · 10 years ago
  88. 63b85e6 [MCOMPILER-157] Add generated sources directory as compile/testCompile source root after annotation processor runs. This includes an integration test that uses a custom annotation processor to generate text files based on annotated classes, and a custom plugin to verify that these text files are available via project.getCompileSourceRoots() / project.getTestCompileSourceRoots(). by John Dennis Casey · 10 years ago
  89. 2d09176 now that plexus-compiler-api messages are being cleaned up (PR#24) we can make the integration test verification more strict by John Dennis Casey · 10 years ago
  90. fab7644 [MCOMPILER-224] Fixing integration test and re-enabling it. by John Dennis Casey · 10 years ago
  91. 0328727 [MCOMPILER-232] - Fixed all RAT warnings. by Karl Heinz Marbaise · 10 years ago
  92. 6d06686 Remove duplicate MavenSession by Robert Scholte · 10 years ago
  93. 5163ae9 IDE fix, when localRepository is not a System property by Robert Scholte · 10 years ago
  94. a8ea8d1 revert mavenSession removel, since it is causing failure by Herve Boutemy · 10 years ago
  95. 42529fd Injection via @Parameter instead of @Component by Herve Boutemy · 10 years ago
  96. 532a88a [MCOMPILER-224] quick workaround for JDK6 unexpected prefix by Herve Boutemy · 10 years ago
  97. 5c0ba70 code formatting by Herve Boutemy · 10 years ago
  98. 1a9364f [MCOMPILER-224] Fixing processing of non-error output from compiler. by John Dennis Casey · 10 years ago
  99. 1f43a3b added license header by Herve Boutemy · 10 years ago
  100. 974675f [MNGSITE-152] - Added missing download.cgi and xdoc/download.xml.vm by Karl Heinz Marbaise · 10 years ago