File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -334,6 +334,8 @@ limitations under the License.
334
334
<minimalMavenBuildVersion >3.2.5</minimalMavenBuildVersion >
335
335
<maven .compiler.source>${javaVersion} </maven .compiler.source>
336
336
<maven .compiler.target>${javaVersion} </maven .compiler.target>
337
+ <!-- in order to restore default annotation processing behaviour, please override with empty value -->
338
+ <maven .compiler.proc>none</maven .compiler.proc>
337
339
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
338
340
<plexusDistMgmtSnapshotsUrl >https://oss.sonatype.org/content/repositories/plexus-snapshots</plexusDistMgmtSnapshotsUrl >
339
341
<project .build.outputTimestamp>2024-03-04T19:10:03Z</project .build.outputTimestamp>
@@ -402,6 +404,9 @@ limitations under the License.
402
404
<groupId >org.apache.maven.plugins</groupId >
403
405
<artifactId >maven-compiler-plugin</artifactId >
404
406
<version >3.13.0</version >
407
+ <configuration >
408
+ <proc >${maven.compiler.proc} </proc >
409
+ </configuration >
405
410
</plugin >
406
411
<plugin >
407
412
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments