Author: maartenc
Date: Fri Jul 16 20:40:37 2010
New Revision: 964943
URL: http://svn.apache.org/viewvc?rev=964943&view=rev
Log:
IMPROVEMENT: ivy:makepom now accepts a list of configurations to include
(IVY-1005) (thanks to Jesper Pedersen)
Modified:
ant/ivy/core/trunk/doc/use/makepom.html
Modified: ant/ivy/core/trunk/doc/use/makepom.html
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/use/makepom.html?rev=964943&r1=964942&r2=964943&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/use/makepom.html (original)
+++ ant/ivy/core/trunk/doc/use/makepom.html Fri Jul 16 20:40:37 2010
@@ -42,6 +42,7 @@ An example of use is to publish an Ivy m
<td>Yes</td></tr>
<tr><td>pomfile</td><td>the destination pom file to write</td>
<td>Yes</td></tr>
+ <tr><td>conf</td><td>a comma separated list of the configurations to
include in the generated pom. Wildcards are supported here. <span
class="since">(since 2.2)</span></td><td>No, defaults to all
configurations.</td></tr>
<tr><td>settingsRef</td><td>A reference to the ivy settings that must be used
by this task</td><td>No, 'ivy.instance' is taken by default.</td></tr>
</tbody>
</table>