You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/10/16 08:06:12 UTC

[maven-site] branch master updated: [MNG-6851] change "property" to "system and command line property" (#126)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6318518  [MNG-6851] change "property" to "system and command line property" (#126)
6318518 is described below

commit 6318518c6ceaa37c99c2be370165ede1259d990d
Author: 数组越界 <ih...@163.com>
AuthorDate: Tue Dec 24 11:20:50 2019 +0800

    [MNG-6851] change "property" to "system and command line property" (#126)
    
    because project property can not activate profile
---
 content/apt/pom.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/pom.apt b/content/apt/pom.apt
index 3cb1c10..d424605 100644
--- a/content/apt/pom.apt
+++ b/content/apt/pom.apt
@@ -2134,7 +2134,7 @@ scm:cvs:pserver:127.0.0.1:/cvs/root:my-project
   The <<<os>>> element can define some operating system specific properties shown above. See the maven-enforcer-plugins {{{https://maven.apache.org/enforcer/enforcer-rules/requireOS.html}RequireOS Rule}} for more details about OS values.
 
   * <<property>>:
-  The <<<profile>>> will activate if Maven detects a property (a value which can be dereferenced within the POM by <<<$\{name\}>>>)
+  The <<<profile>>> will activate if Maven detects a system property and commandline property (a value which can be dereferenced within the POM by <<<$\{name\}>>>)
   of the corresponding <<<name=value>>> pair.
 
   * <<file>>: