Author: phunt
Date: Thu Mar  3 17:57:07 2016
New Revision: 1733509

URL: http://svn.apache.org/viewvc?rev=1733509&view=rev
Log:
ZOOKEEPER-2373 Licenses section missing from pom file (phunt)

Modified:
    zookeeper/branches/branch-3.5/build.xml

Modified: zookeeper/branches/branch-3.5/build.xml
URL: 
http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/build.xml?rev=1733509&r1=1733508&r2=1733509&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/build.xml (original)
+++ zookeeper/branches/branch-3.5/build.xml Thu Mar  3 17:57:07 2016
@@ -753,7 +753,8 @@ xmlns:cs="antlib:com.puppycrawl.tools.ch
       <checksum file="${dist.maven.dir}/${final.name}-javadoc.jar" 
algorithm="sha1"/>
 
       <ivy:makepom settingsRef="${ant.project.name}" 
ivyfile="${basedir}/ivy.xml"
-                   pomfile="${dist.maven.dir}/${final.name}.pom">
+                   pomfile="${dist.maven.dir}/${final.name}.pom"
+                   templatefile="${basedir}/src/pom.template">
         <mapping conf="default" scope="compile"/>
         <mapping conf="test" scope="test"/>
       </ivy:makepom>
@@ -858,7 +859,8 @@ xmlns:cs="antlib:com.puppycrawl.tools.ch
       <checksum file="${dist.maven.dir}/${final.name}-javadoc.jar" 
algorithm="sha1"/>
 
       <ivy:makepom settingsRef="${ant.project.name}" 
ivyfile="${basedir}/ivy.xml"
-                   pomfile="${dist.maven.dir}/${name}.pom">
+                   pomfile="${dist.maven.dir}/${name}.pom"
+                   templatefile="${basedir}/src/pom.template">
         <mapping conf="default" scope="compile"/>
         <mapping conf="test" scope="test"/>
       </ivy:makepom>


Reply via email to