mirror of https://github.com/apache/maven.git
[MNG-3106] improved documentation: all conditions must be satisfied
This commit is contained in:
parent
fadf9be36c
commit
8801b00034
|
@ -3115,7 +3115,9 @@
|
||||||
<name>Activation</name>
|
<name>Activation</name>
|
||||||
<version>4.0.0+</version>
|
<version>4.0.0+</version>
|
||||||
<description>The conditions within the build runtime environment which will trigger the
|
<description>The conditions within the build runtime environment which will trigger the
|
||||||
automatic inclusion of the build profile.</description>
|
automatic inclusion of the build profile. Multiple conditions can be defined, which must
|
||||||
|
be all satisfied to activate the profile.
|
||||||
|
</description>
|
||||||
<fields>
|
<fields>
|
||||||
<field>
|
<field>
|
||||||
<name>activeByDefault</name>
|
<name>activeByDefault</name>
|
||||||
|
|
Loading…
Reference in New Issue