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 2009/05/01 23:30:31 UTC

svn commit: r770827 - /maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/reference.apt

Author: hboutemy
Date: Fri May  1 21:30:31 2009
New Revision: 770827

URL: http://svn.apache.org/viewvc?rev=770827&view=rev
Log:
improved profile documentation

Modified:
    maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/reference.apt

Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/reference.apt
URL: http://svn.apache.org/viewvc/maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/reference.apt?rev=770827&r1=770826&r2=770827&view=diff
==============================================================================
--- maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/reference.apt (original)
+++ maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/reference.apt Fri May  1 21:30:31 2009
@@ -230,18 +230,18 @@
 | <<<id>>>         | The reference ID of this POM.                          | No           |
 *------------------+--------------------------------------------------------+--------------+
 
-** <<<profile>>>
+** <<<profile>>> <(since 2.0.10)>
 
   Multiple profile elements can be nested within the pom element.  By default the profile
   will be activated.  If <<active>> is set to false, then the profile will be explicitly
   deactivated.
-  
+
 *------------------+--------------------------------------------------------+--------------+
 | <<Attribute>>    | <<Description>>                                        | <<Required>> |
 *------------------+--------------------------------------------------------+--------------+
 | <<<id>>>         | The id of the profile to be activated/deactivated.     | Yes          |
 *------------------+--------------------------------------------------------+--------------+
-| <<<active>>>     | Set to true or false to determine whether the profile should be active. | No    |
+| <<<active>>>     | Set to <<<true>>> or <<<false>>> to determine whether the profile should be active. Default is <<<true>>>. | No    |
 *------------------+--------------------------------------------------------+--------------+
 
 * <<<{VersionMapper}>>> <(since 2.0.7)>
@@ -249,7 +249,7 @@
   This is a {{{http://ant.apache.org/manual/CoreTypes/mapper.html}filename mapper}}
   that removes version info from the filename when copying dependencies. It can
   also, optionally, remove the directory info from the filename.
-  
+
   The full class name to use in <<<classname>>> attribute of <<<\<mapper\>>>> element is
   <<<org.apache.maven.artifact.ant.VersionMapper>>>.