You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2016/10/18 16:19:27 UTC

svn commit: r1765472 - /pdfbox/branches/1.8/preflight/pom.xml

Author: tilman
Date: Tue Oct 18 16:19:27 2016
New Revision: 1765472

URL: http://svn.apache.org/viewvc?rev=1765472&view=rev
Log:
PDFBOX-3532: skip loading isartor tests when skipping tests; update plugin version

Modified:
    pdfbox/branches/1.8/preflight/pom.xml

Modified: pdfbox/branches/1.8/preflight/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/preflight/pom.xml?rev=1765472&r1=1765471&r2=1765472&view=diff
==============================================================================
--- pdfbox/branches/1.8/preflight/pom.xml (original)
+++ pdfbox/branches/1.8/preflight/pom.xml Tue Oct 18 16:19:27 2016
@@ -92,7 +92,10 @@
                         <plugin>
                             <groupId>com.googlecode.maven-download-plugin</groupId>
                             <artifactId>download-maven-plugin</artifactId>
-                            <version>1.2.1</version>
+                            <version>1.3.0</version>
+                            <configuration>
+                                <skip>${skipTests}</skip>
+                            </configuration>
                             <executions>
                                 <execution>
                                     <id>get-isartor</id>