Skip to content

Commit 39cfa65

Browse files
Warning about usage of deprecated API by compiler
1 parent 395e4cb commit 39cfa65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ limitations under the License.
336336
<maven.compiler.target>${javaVersion}</maven.compiler.target>
337337
<!-- in order to restore default annotation processing behaviour, please override with empty value -->
338338
<maven.compiler.proc>none</maven.compiler.proc>
339+
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
339340
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
340341
<plexusDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/plexus-snapshots</plexusDistMgmtSnapshotsUrl>
341342
<project.build.outputTimestamp>2024-03-04T19:10:03Z</project.build.outputTimestamp>
@@ -406,6 +407,7 @@ limitations under the License.
406407
<version>3.13.0</version>
407408
<configuration>
408409
<proc>${maven.compiler.proc}</proc>
410+
<showDeprecation>${maven.compiler.showDeprecation}</showDeprecation>
409411
</configuration>
410412
</plugin>
411413
<plugin>

0 commit comments

Comments
 (0)