diff options
author | Simon Steiner <ssteiner@apache.org> | 2021-12-02 16:24:19 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2021-12-02 16:24:19 +0000 |
commit | 4f54576cfcf98d845a8f56b2a0307f6ca29679c2 (patch) | |
tree | 3de1000fe74069db699c8c2214104890582a1021 /fop/build.xml | |
parent | 34b7d5bfb89546131ffd3dea9a5ffe9eecaa5018 (diff) | |
download | xmlgraphics-fop-4f54576cfcf98d845a8f56b2a0307f6ca29679c2.tar.gz xmlgraphics-fop-4f54576cfcf98d845a8f56b2a0307f6ca29679c2.zip |
Maven cmd should get latest snapshots
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1895491 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fop/build.xml')
-rw-r--r-- | fop/build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fop/build.xml b/fop/build.xml index c5461da26..1dd0674ea 100644 --- a/fop/build.xml +++ b/fop/build.xml @@ -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"/> |