aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pom.xml')
-rw-r--r--lib/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/pom.xml b/lib/pom.xml
index abb416de6..e7f82b409 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -58,6 +58,10 @@
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.6.3</version>
+ <configuration>
+ <!-- Detect previously failed downloads by verifying checksums of existing files -> retry -->
+ <checkSignature>true</checkSignature>
+ </configuration>
<executions>
<execution>
<id>download-ant-binaries</id>