]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Maven cmd should get latest snapshots
authorSimon Steiner <ssteiner@apache.org>
Thu, 2 Dec 2021 16:24:19 +0000 (16:24 +0000)
committerSimon Steiner <ssteiner@apache.org>
Thu, 2 Dec 2021 16:24:19 +0000 (16:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1895491 13f79535-47bb-0310-9956-ffa450edef68

fop/build.xml

index c5461da26cbd00411d14c3e2bb305ba5be7e7af5..1dd0674ea7042d00f950d13ca46a8487434485ee 100644 (file)
@@ -631,6 +631,7 @@ list of possible build targets.
       <arg value="clean"/>
       <arg value="install"/>
       <arg value="-DskipTests"/>
+      <arg value="-U"/>
     </exec>    
     <copy file="${basedir}/../fop-transcoder/target/fop-transcoder-${version}.jar" tofile="${build.dir}/fop-transcoder.jar"/>
     <copy file="${basedir}/../fop-transcoder-allinone/target/fop-transcoder-allinone-${version}.jar" tofile="${build.dir}/fop-transcoder-allinone.jar"/>
@@ -642,6 +643,7 @@ list of possible build targets.
       <arg value="clean"/>
       <arg value="install"/>
       <arg value="-DskipTests"/>
+      <arg value="-U"/>
     </exec>
     <copy file="${basedir}/../fop-transcoder/target/fop-transcoder-${version}.jar" tofile="${build.dir}/fop-transcoder.jar"/>
     <copy file="${basedir}/../fop-transcoder-allinone/target/fop-transcoder-allinone-${version}.jar" tofile="${build.dir}/fop-transcoder-allinone.jar"/>