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:38 UTC

svn commit: r1765474 - /pdfbox/trunk/preflight/pom.xml

Author: tilman
Date: Tue Oct 18 16:19:38 2016
New Revision: 1765474

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

Modified:
    pdfbox/trunk/preflight/pom.xml

Modified: pdfbox/trunk/preflight/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight/pom.xml?rev=1765474&r1=1765473&r2=1765474&view=diff
==============================================================================
--- pdfbox/trunk/preflight/pom.xml (original)
+++ pdfbox/trunk/preflight/pom.xml Tue Oct 18 16:19:38 2016
@@ -106,7 +106,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>
@@ -152,7 +155,7 @@
 									<pluginExecutionFilter>
 										<groupId>com.googlecode.maven-download-plugin</groupId>
 										<artifactId>download-maven-plugin</artifactId>
-										<versionRange>[1.2.1,)</versionRange>
+										<versionRange>[1.3.0,)</versionRange>
 										<goals>
 											<goal>wget</goal>
 										</goals>