Skip to content

Commit 9b15022

Browse files
authored
Remove info about old versions (#237)
Java 1.8 is now minimum, not Java 1.6.
1 parent 1aa4293 commit 9b15022

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/site/apt/index.apt.vm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828

2929
${project.name}
3030

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

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

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

0 commit comments

Comments
 (0)