You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ss...@apache.org on 2021/12/02 16:24:19 UTC

svn commit: r1895491 - /xmlgraphics/fop/trunk/fop/build.xml

Author: ssteiner
Date: Thu Dec  2 16:24:19 2021
New Revision: 1895491

URL: http://svn.apache.org/viewvc?rev=1895491&view=rev
Log:
Maven cmd should get latest snapshots

Modified:
    xmlgraphics/fop/trunk/fop/build.xml

Modified: xmlgraphics/fop/trunk/fop/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/build.xml?rev=1895491&r1=1895490&r2=1895491&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop/build.xml (original)
+++ xmlgraphics/fop/trunk/fop/build.xml Thu Dec  2 16:24:19 2021
@@ -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"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org