You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ph...@apache.org on 2016/03/03 18:56:52 UTC

svn commit: r1733508 - /zookeeper/trunk/build.xml

Author: phunt
Date: Thu Mar  3 17:56:52 2016
New Revision: 1733508

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

Modified:
    zookeeper/trunk/build.xml

Modified: zookeeper/trunk/build.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/build.xml?rev=1733508&r1=1733507&r2=1733508&view=diff
==============================================================================
--- zookeeper/trunk/build.xml (original)
+++ zookeeper/trunk/build.xml Thu Mar  3 17:56:52 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>