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 2019/09/26 03:32:00 UTC

svn commit: r1867561 - /pdfbox/branches/2.0/parent/pom.xml

Author: tilman
Date: Thu Sep 26 03:32:00 2019
New Revision: 1867561

URL: http://svn.apache.org/viewvc?rev=1867561&view=rev
Log:
PDFBOX-4658: enable verbose to find out why build fails

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

Modified: pdfbox/branches/2.0/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/parent/pom.xml?rev=1867561&r1=1867560&r2=1867561&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Thu Sep 26 03:32:00 2019
@@ -208,10 +208,9 @@
                     <!-- https://maven.apache.org/plugins/maven-compiler-plugin/examples/compile-using-different-jdk.html -->
                     <executable>${jdk.path}/bin/javac</executable>
                     <fork>true</fork>
-                    <!-- enable these when getting CompilationFailureException without explanatin:
+                    <!-- enable these when getting CompilationFailureException without explanation: -->
                     <compilerArgument>-verbose</compilerArgument>
                     <verbose>true</verbose>
-                    -->
                 </configuration>
             </plugin>
             <plugin>