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 2007/10/18 23:27:48 UTC

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

Author: hboutemy
Date: Thu Oct 18 14:27:47 2007
New Revision: 586145

URL: http://svn.apache.org/viewvc?rev=586145&view=rev
Log:
[MANTTASKS-23] add uniqueVersion="false" to artifact:deploy

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

Modified: maven/site/trunk/src/site/apt/ant-tasks.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/ant-tasks.apt?rev=586145&r1=586144&r2=586145&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/ant-tasks.apt (original)
+++ maven/site/trunk/src/site/apt/ant-tasks.apt Thu Oct 18 14:27:47 2007
@@ -466,13 +466,15 @@
   These tasks will install/deploy the given file into the local/remote repository. It is stored using the information in the supplied
   POM. Multiple artifacts can be attached during install/deploy using <<<attach>>> elements.
 
-*------------------+--------------------------------------------------------------------------+-------------------------------------------------+
-| Attribute        | Description                                                              | Required                                        |
-*------------------+--------------------------------------------------------------------------+-------------------------------------------------+
-| <<<file>>>       | The file to install in the local repository.                             | Yes, except if packaging is pom                 |
-*------------------+--------------------------------------------------------------------------+-------------------------------------------------+
-| <<<pomRefId>>>   | The reference ID from a pom datatype defined earlier in the build file.  | No, if a pom nested element is provided instead |
-*------------------+--------------------------------------------------------------------------+-------------------------------------------------+
+*---------------------+--------------------------------------------------------------------------+-------------------------------------------------+
+| Attribute           | Description                                                              | Required                                        |
+*---------------------+--------------------------------------------------------------------------+-------------------------------------------------+
+| <<<file>>>          | The file to install in the local repository.                             | Yes, except if packaging is pom                 |
+*---------------------+--------------------------------------------------------------------------+-------------------------------------------------+
+| <<<pomRefId>>>      | The reference ID from a pom datatype defined earlier in the build file.  | No, if a pom nested element is provided instead |
+*---------------------+--------------------------------------------------------------------------+-------------------------------------------------+
+| <<<uniqueVersion>>> | (<<<deploy>>> only) Whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time | No, the default is <<<true>>>. |
+*---------------------+--------------------------------------------------------------------------+-------------------------------------------------+
 
   The task must also take a either a nested <<<pom>>> element, or a pomRefId attribute.
   The tasks can have an optional <<<localRepository>>> element.