Skip to content

Commit

Permalink
Remove info about old versions (#237)
Browse files Browse the repository at this point in the history
Java 1.8 is now minimum, not Java 1.6.
  • Loading branch information
elharo committed May 3, 2024
1 parent 1aa4293 commit 9b15022
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/site/apt/index.apt.vm
Expand Up @@ -28,9 +28,9 @@

${project.name}

The Compiler Plugin is used to compile the sources of your project. Since 3.0, the
default compiler is javax.tools.JavaCompiler (if you are using java 1.6) and is used to compile Java sources.
If you want to force the plugin using <<<javac>>>, you must configure the plugin option {{{./compile-mojo.html#forceJavacCompilerUse}<<<forceJavacCompilerUse>>>}}.
The Compiler Plugin is used to compile the sources of your project. The
default compiler used to compile Java sources is javax.tools.JavaCompiler.
If you want to force the plugin to use <<<javac>>>, you must configure the plugin option {{{./compile-mojo.html#forceJavacCompilerUse}<<<forceJavacCompilerUse>>>}}.

Also note that at present the default <<<source>>> setting is <<<1.8>>> and the default <<<target>>>
setting is <<<1.8>>>, independently of the JDK you run Maven with.
Expand Down Expand Up @@ -66,7 +66,7 @@ ${project.name}
already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching
the {{{./mailing-lists.html}mail archive}}.

If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our
If you feel the plugin is missing a feature or has a defect, you can file a feature request or bug report in our
{{{./issue-management.html}issue tracker}}. When creating a new issue, please provide a comprehensive description of your
concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason,
entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated.
Expand Down

0 comments on commit 9b15022

Please sign in to comment.