summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManuel Bentele2021-03-05 15:18:54 +0100
committerManuel Bentele2021-03-10 15:14:18 +0100
commitbb6ee1310b57add9f7a169d972c96513f307139e (patch)
tree3d921165d7276db737e53a9ea2f2531bd5a1306c /pom.xml
parentRefactor disk image representation and add unit tests (diff)
downloadmaster-sync-shared-bb6ee1310b57add9f7a169d972c96513f307139e.tar.gz
master-sync-shared-bb6ee1310b57add9f7a169d972c96513f307139e.tar.xz
master-sync-shared-bb6ee1310b57add9f7a169d972c96513f307139e.zip
Enable Java compiler warnings
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4b8b3dc..91d100e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,7 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
+ <compilerArgument>-Xlint:all</compilerArgument>
</configuration>
</plugin>
<plugin>