You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2021/06/12 15:48:28 UTC

[maven-apache-parent] branch master updated: add a note about plugins Java runtime version prerequisite

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 3841ccc  add a note about plugins Java runtime version prerequisite
3841ccc is described below

commit 3841ccc8b8cb365900b83f51e9311256906b8c16
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Jun 12 17:48:24 2021 +0200

    add a note about plugins Java runtime version prerequisite
---
 src/site-docs/apt/index.apt.vm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/site-docs/apt/index.apt.vm b/src/site-docs/apt/index.apt.vm
index d275e96..dc47e15 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -66,6 +66,8 @@ Apache Software Foundation Parent POM
     the complete list with versions. 
     
   ** The compiler plugin is set to default to <<Java $context.get("maven.compiler.source")>> and $context.get("project.build.sourceEncoding") source.
+
+     Notice that some plugins require Java 8 to run.
     
   ** The jar plugin is set to add default specification and implementation entries.