Pārlūkot izejas kodu

ZOOKEEPER-2373 Licenses section missing from pom file (phunt)

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1733508 13f79535-47bb-0310-9956-ffa450edef68
Patrick D. Hunt 9 gadi atpakaļ
vecāks
revīzija
cba3e52fb0
1 mainītis faili ar 4 papildinājumiem un 2 dzēšanām
  1. 4 2
      build.xml

+ 4 - 2
build.xml

@@ -753,7 +753,8 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
       <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.checkstyle.ant">
       <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>