commit | a20d64aaec10dfe2eb23d3415708291e691a680b | [log] [tgz] |
---|---|---|
author | Lukas Jungmann <lukas.jungmann@oracle.com> | Sat Aug 28 09:59:21 2021 +0200 |
committer | GitHub <noreply@github.com> | Sat Aug 28 09:59:21 2021 +0200 |
tree | 708823d03c69d9699aef0bbafd9147debdf71cf8 | |
parent | 484a01bc0367453fdef3de5cf6b5bde6563bd2a4 [diff] |
Update pom.xml compiler plugin config
diff --git a/jaxb-ri/pom.xml b/jaxb-ri/pom.xml index 686a8d3..12864f7 100644 --- a/jaxb-ri/pom.xml +++ b/jaxb-ri/pom.xml
@@ -428,6 +428,8 @@ <configuration> <compilerArgument>-Xlint:all</compilerArgument> <!--<XDignore.symbol.file/>--> + <showDeprecation>true</showDeprecation> + <showWarnings>true</showWarnings> </configuration> </execution> <execution> @@ -623,4 +625,4 @@ </build> </profile> </profiles> -</project> \ No newline at end of file +</project>