You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by pg...@apache.org on 2009/07/14 22:06:52 UTC

svn commit: r794048 - /maven/ant-tasks/trunk/src/site/apt/reference.apt

Author: pgier
Date: Tue Jul 14 20:06:52 2009
New Revision: 794048

URL: http://svn.apache.org/viewvc?rev=794048&view=rev
Log:
List classifier as a valid dependency attribute in the site docs.

Modified:
    maven/ant-tasks/trunk/src/site/apt/reference.apt

Modified: maven/ant-tasks/trunk/src/site/apt/reference.apt
URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/src/site/apt/reference.apt?rev=794048&r1=794047&r2=794048&view=diff
==============================================================================
--- maven/ant-tasks/trunk/src/site/apt/reference.apt (original)
+++ maven/ant-tasks/trunk/src/site/apt/reference.apt Tue Jul 14 20:06:52 2009
@@ -100,6 +100,8 @@
 *------------------+--------------------------------------------------------+--------------+
 | <<<type>>>       | The type of the dependency. The default is <<<jar>>>.  | No           |
 *------------------+--------------------------------------------------------+--------------+
+| <<<classifier>>> | The classifier of the dependency.                      | No           |
+*------------------+--------------------------------------------------------+--------------+
 | <<<scope>>>      | The scope of the usage of the dependency, which affects which of that dependency's own dependencies are also retrieved. This can be <<<compile>>>, <<<runtime>>>, <<<test>>>, <<<provided>>>. | No |
 *------------------+--------------------------------------------------------+--------------+