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 2019/08/18 12:14:32 UTC

[maven-apache-parent] branch master updated: display maven.compiler.source in bold

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 2cd39ab  display maven.compiler.source in bold
2cd39ab is described below

commit 2cd39abc827705020396b1b118826f07e4ddec55
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Aug 18 14:14:28 2019 +0200

    display maven.compiler.source in bold
---
 src/site-docs/apt/index.apt.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site-docs/apt/index.apt.vm b/src/site-docs/apt/index.apt.vm
index b7b814f..eeb5199 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -65,7 +65,7 @@ Apache Software Foundation Parent POM
     of a list of plugins. See the {{{./plugin-management.html}Plugin Management report}} for
     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.
+  ** The compiler plugin is set to default to <<Java $context.get("maven.compiler.source")>> and $context.get("project.build.sourceEncoding") source.
     
   ** the jar plugin is set to add default specification and implementation entries.