Skip to content

Commit

Permalink
PDFBOX-3584: add build option variable to be used for jdk9
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1804445 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Aug 8, 2017
1 parent 30d8a1f commit 495762f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions xmpbox/pom.xml
Expand Up @@ -58,6 +58,14 @@
<configLocation>../pdfbox-checkstyle-5.xml</configLocation>
</configuration>
</plugin>

<!-- JDK9 -->
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${addmod}</argLine>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 495762f

Please sign in to comment.