You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/08/31 15:08:52 UTC

[maven-compiler-plugin] branch elharo-patch-1 created (now 66bb6e7)

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a change to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git.


      at 66bb6e7  [MNGSITE-393} Maven 3+/Java 7+ is the default

This branch includes the following new commits:

     new 66bb6e7  [MNGSITE-393} Maven 3+/Java 7+ is the default

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-compiler-plugin] 01/01: [MNGSITE-393} Maven 3+/Java 7+ is the default

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git

commit 66bb6e78f180866ad1b464eb4ba919de12317932
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Mon Aug 31 11:08:44 2020 -0400

    [MNGSITE-393} Maven 3+/Java 7+ is the default
---
 src/site/apt/index.apt.vm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index 7162b2b..c7751d4 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -28,11 +28,11 @@
 
 ${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.
+  The Compiler Plugin is used to compile the sources of your project. The
+  default compiler is javax.tools.JavaCompiler.
   If you want to force the plugin using  <<<javac>>>, you must configure the plugin option {{{./compile-mojo.html#forceJavacCompilerUse}<<<forceJavacCompilerUse>>>}}.
 
-  Also note that at present the default <<<source>>> setting is <<<1.7>>> and the default <<<target>>>
+  The default <<<source>>> setting is <<<1.7>>> and the default <<<target>>>
   setting is <<<1.7>>>, independently of the JDK you run Maven with.
   You are highly encouraged to change these defaults by setting <<<source>>> and <<<target>>>
   as described in