Author: phunt
Date: Thu Mar  3 17:57:32 2016
New Revision: 1733510

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

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

Modified: zookeeper/branches/branch-3.4/build.xml
URL: 
http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/build.xml?rev=1733510&r1=1733509&r2=1733510&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/build.xml (original)
+++ zookeeper/branches/branch-3.4/build.xml Thu Mar  3 17:57:32 2016
@@ -723,7 +723,8 @@ xmlns:maven="antlib:org.apache.maven.art
       <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>
@@ -830,7 +831,8 @@ xmlns:maven="antlib:org.apache.maven.art
       <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