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 2020/04/26 19:58:40 UTC

svn commit: r1877038 - /pdfbox/branches/issue45/parent/pom.xml

Author: tilman
Date: Sun Apr 26 19:58:39 2020
New Revision: 1877038

URL: http://svn.apache.org/viewvc?rev=1877038&view=rev
Log:
PDFBOX-3017: URL for optional TSA signing test, only when pedantic profile to minimize load on TSA server

Modified:
    pdfbox/branches/issue45/parent/pom.xml

Modified: pdfbox/branches/issue45/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/issue45/parent/pom.xml?rev=1877038&r1=1877037&r2=1877038&view=diff
==============================================================================
--- pdfbox/branches/issue45/parent/pom.xml (original)
+++ pdfbox/branches/issue45/parent/pom.xml Sun Apr 26 19:58:39 2020
@@ -180,6 +180,15 @@
             <build>
                 <plugins>
                     <plugin>
+                        <artifactId>maven-surefire-plugin</artifactId>
+                        <configuration>
+                            <systemPropertyVariables>
+                                <!-- we don't want to DoS the TSA server, thus we test this only in pedantic mode -->
+                                <org.apache.pdfbox.examples.pdmodel.tsa>https://freetsa.org/tsr</org.apache.pdfbox.examples.pdmodel.tsa>
+                            </systemPropertyVariables>
+                        </configuration>
+                    </plugin>
+                    <plugin>
                         <groupId>org.apache.rat</groupId>
                         <artifactId>apache-rat-plugin</artifactId>
                         <executions>