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/02/11 18:13:46 UTC

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

Author: tilman
Date: Thu Feb 11 17:13:46 2016
New Revision: 1729865

URL: http://svn.apache.org/viewvc?rev=1729865&view=rev
Log:
PDFBOX-1840: enable Isartor checks, use rev 1557331 from Guillaume Bailleul

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=1729865&r1=1729864&r2=1729865&view=diff
==============================================================================
--- pdfbox/branches/1.8/preflight/pom.xml (original)
+++ pdfbox/branches/1.8/preflight/pom.xml Thu Feb 11 17:13:46 2016
@@ -89,6 +89,27 @@
 					</instructions>
 				</configuration>
 			</plugin>
+                        <plugin>
+                            <groupId>com.googlecode.maven-download-plugin</groupId>
+                            <artifactId>download-maven-plugin</artifactId>
+                            <version>1.2.1</version>
+                            <executions>
+                                <execution>
+                                    <id>get-isartor</id>
+                                    <phase>generate-test-resources</phase>
+                                    <goals>
+                                        <goal>wget</goal>
+                                    </goals>
+                                    <configuration>
+                                        <url>http://www.pdfa.org/wp-content/uploads/2011/08/isartor-pdfa-2008-08-13.zip</url>
+                                        <unpack>true</unpack>
+                                        <outputDirectory>${project.build.directory}/pdfs</outputDirectory>
+                                        <md5>9f129c834bc6f9f8dabad4491c4c10ec</md5>
+                                    </configuration>
+                                </execution>
+                            </executions>
+                        </plugin>
+                        
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>javacc-maven-plugin</artifactId>
@@ -170,7 +191,7 @@
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
-			<version>4.8.1</version>
+			<version>4.12</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>