Mercurial > dive4elements > http-client
comparison pom.xml @ 129:e53ef972fce3 3.2.x tip
Make compiler more verbose
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 17 Jan 2023 14:22:25 +0100 |
parents | 0289069c3149 |
children |
comparison
equal
deleted
inserted
replaced
128:0289069c3149 | 129:e53ef972fce3 |
---|---|
22 <artifactId>maven-compiler-plugin</artifactId> | 22 <artifactId>maven-compiler-plugin</artifactId> |
23 <version>2.0.2</version> | 23 <version>2.0.2</version> |
24 <configuration> | 24 <configuration> |
25 <source>1.8</source> | 25 <source>1.8</source> |
26 <target>1.8</target> | 26 <target>1.8</target> |
27 <showDeprecation>true</showDeprecation> | |
28 <showWarnings>true</showWarnings> | |
27 </configuration> | 29 </configuration> |
28 </plugin> | 30 </plugin> |
29 </plugins> | 31 </plugins> |
30 </build> | 32 </build> |
31 | 33 |