You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2012/10/22 23:14:48 UTC

svn commit: r1401082 - in /ant/ivy/core/branches/2.3.x: ./ CHANGES.txt doc/use/makepom.html

Author: maartenc
Date: Mon Oct 22 21:14:48 2012
New Revision: 1401082

URL: http://svn.apache.org/viewvc?rev=1401082&view=rev
Log:
DOCUMENTATION: Documentation and Implementation mismatch of makepom (IVY-1383) (thanks to Thomas Kurpick) (merged from trunk)

Modified:
    ant/ivy/core/branches/2.3.x/   (props changed)
    ant/ivy/core/branches/2.3.x/CHANGES.txt
    ant/ivy/core/branches/2.3.x/doc/use/makepom.html

Propchange: ant/ivy/core/branches/2.3.x/
------------------------------------------------------------------------------
  Merged /ant/ivy/core/trunk:r1401080

Modified: ant/ivy/core/branches/2.3.x/CHANGES.txt
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.3.x/CHANGES.txt?rev=1401082&r1=1401081&r2=1401082&view=diff
==============================================================================
--- ant/ivy/core/branches/2.3.x/CHANGES.txt (original)
+++ ant/ivy/core/branches/2.3.x/CHANGES.txt Mon Oct 22 21:14:48 2012
@@ -130,6 +130,7 @@ for detailed view of each issue, please 
 	
    2.3.x
 =====================================
+- DOCUMENTATION: Documentation and Implementation mismatch of makepom (IVY-1383) (thanks to Thomas Kurpick)
 - DOCUMENTATION: added link to extra beginners guide (IVY-1381)
 
 - FIX: latest.integration isn't resolved against a Maven snapshot repository (when uniqueVersion = true) (IVY-1036)

Modified: ant/ivy/core/branches/2.3.x/doc/use/makepom.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.3.x/doc/use/makepom.html?rev=1401082&r1=1401081&r2=1401082&view=diff
==============================================================================
--- ant/ivy/core/branches/2.3.x/doc/use/makepom.html (original)
+++ ant/ivy/core/branches/2.3.x/doc/use/makepom.html Mon Oct 22 21:14:48 2012
@@ -86,7 +86,7 @@ ${ivy.pom.header}
     <tr><td>artifactName</td><td>The name of the artifact which is represented by the generated pom file. <span class="since">(since 2.2)</span></td>
         <td>No, defaults to the module name in the source ivy file.</td></tr>
     <tr><td>artifactPackaging</td><td>The packaging of the artifact which is represented by the generated pom file. <span class="since">(since 2.2)</span></td>
-        <td>No, the artifact ext is taken by default. Defaults to 'pom' if no such artifact is defined.</td></tr>
+        <td>No, the artifact type is taken by default. Defaults to 'pom' if no such artifact is defined.</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>