You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/site/apt/index.apt.vm
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,9 @@
28
28
29
29
${project.name}
30
30
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>>>}}.
34
34
35
35
Also note that at present the default <<<source>>> setting is <<<1.8>>> and the default <<<target>>>
36
36
setting is <<<1.8>>>, independently of the JDK you run Maven with.
@@ -66,7 +66,7 @@ ${project.name}
66
66
already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching
67
67
the {{{./mailing-lists.html}mail archive}}.
68
68
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
70
70
{{{./issue-management.html}issue tracker}}. When creating a new issue, please provide a comprehensive description of your
71
71
concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason,
72
72
entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated.
0 commit comments