aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authortknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2013-01-29 12:10:47 +0000
committertknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2013-01-29 12:10:47 +0000
commit725749c85e2c4a0dca235e7b89a5c3b2752e5d54 (patch)
tree017ab1e23b2d5ca78cf1a8540ca24810ec42c501 /pom.xml
parente0d280a78d86f32866d80a2a7e97db4d5a6292fd (diff)
downloadpdf-as-3-725749c85e2c4a0dca235e7b89a5c3b2752e5d54.tar.gz
pdf-as-3-725749c85e2c4a0dca235e7b89a5c3b2752e5d54.tar.bz2
pdf-as-3-725749c85e2c4a0dca235e7b89a5c3b2752e5d54.zip
Added logging for BinarySignator.
Compiler warnings (e.g. non mappable characters within the source code) are considered as errors. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/pdf-as/trunk@930 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 867c89d..c591908 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
<target>${java.compiler.target}</target>
<!-- showWarnings set to true shows issues that are classified as warnings, like non mappable characters within source code -->
<!-- should be set true as soon as these character encoding issues are fixed -->
- <showWarnings>false</showWarnings>
+ <showWarnings>true</showWarnings>
</configuration>
</plugin>