Changeset: 7e23afcb49a5 for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java/rev/7e23afcb49a5
Modified Files:
pom.xml
Branch: default
Log Message:
Enable showing deprecation and warnings
diffs (12 lines):
diff --git a/pom.xml b/pom.xml
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,8 @@
</includes>
<source>8</source>
<target>8</target>
+ <showDeprecation>true</showDeprecation>
+ <showWarnings>true</showWarnings>
</configuration>
</plugin>
<plugin>
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]