Repository: maven Updated Branches: refs/heads/master 830d9cc28 -> c14c0dcc7
added info about JDK activation with range Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/c14c0dcc Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/c14c0dcc Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/c14c0dcc Branch: refs/heads/master Commit: c14c0dcc7ca460a33d29a275f6f052b731e7d405 Parents: 830d9cc Author: Hervé Boutemy <[email protected]> Authored: Wed Jul 16 22:06:33 2014 +0200 Committer: Hervé Boutemy <[email protected]> Committed: Wed Jul 16 22:07:27 2014 +0200 ---------------------------------------------------------------------- maven-model/src/main/mdo/maven.mdo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/c14c0dcc/maven-model/src/main/mdo/maven.mdo ---------------------------------------------------------------------- diff --git a/maven-model/src/main/mdo/maven.mdo b/maven-model/src/main/mdo/maven.mdo index 85fc1b1..fa6de4c 100644 --- a/maven-model/src/main/mdo/maven.mdo +++ b/maven-model/src/main/mdo/maven.mdo @@ -3135,7 +3135,8 @@ <![CDATA[ Specifies that this profile will be activated when a matching JDK is detected. For example, <code>1.4</code> only activates on JDKs versioned 1.4, - while <code>!1.4</code> matches any JDK that is not version 1.4. + while <code>!1.4</code> matches any JDK that is not version 1.4. Ranges are supported too: + <code>[1.5,)</code> activates when the JDK is 1.5 minimum. ]]> </description> </field>
