You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ke...@apache.org on 2006/05/17 02:16:14 UTC

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

Author: kenney
Date: Tue May 16 17:16:13 2006
New Revision: 407108

URL: http://svn.apache.org/viewcvs?rev=407108&view=rev
Log:
Remove 'required' for documentation on file attribute for
install and deploy tasks - if the nested pom declares packaging
pom the file is optional.

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/viewcvs/maven/site/trunk/src/site/apt/ant-tasks.apt?rev=407108&r1=407107&r2=407108&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/ant-tasks.apt (original)
+++ maven/site/trunk/src/site/apt/ant-tasks.apt Tue May 16 17:16:13 2006
@@ -388,7 +388,7 @@
   POM.
 
 *------------------+--------------------------------------------------------+
-| <<<file>>>       | The file to install in the local repository. <Required>
+| <<<file>>>       | The file to install in the local repository.
 *------------------+--------------------------------------------------------+
 
   The task must also take a nested <<<pom>>>, and can have an optional <<<localRepository>>> element.
@@ -399,7 +399,7 @@
   POM.
 
 *------------------+--------------------------------------------------------+
-| <<<file>>>       | The file to deploy in the remote repository. <Required>
+| <<<file>>>       | The file to deploy in the remote repository.
 *------------------+--------------------------------------------------------+
 
   The task must also take a nested <<<pom>>>, and can have an optional <<<remoteRepository>>> element. If no