Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
changed xml comment notation (my mistake)
  • Loading branch information
tommens authored Dec 29, 2024
1 parent 2298e83 commit db07561
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.version>3.13.0</maven.compiler.version>
#As of JDK 23, annotation processing is only run with some explicit configuration
#of annotation processing or with an explicit request to run annotation processing
#on the javac command line. This is a change in behavior from the existing default
#of looking to run annotation processing by searching the class path for processors
#without any explicit annotation processing related options needing to be present.
#In order to be enable this in Mavan, we need to turn on full compilation processing:
<!-- As of JDK 23, annotation processing is only run with some explicit configuration
of annotation processing or with an explicit request to run annotation processing
on the javac command line. This is a change in behavior from the existing default
of looking to run annotation processing by searching the class path for processors
without any explicit annotation processing related options needing to be present.
In order to be enable this in Mavan, we need to turn on full compilation processing: -->
<maven.compiler.proc>full</maven.compiler.proc>
<maven.surefire.version>3.5.2</maven.surefire.version>
<maven-surefire-plugin.version>3.0.0-M9</maven-surefire-plugin.version>
Expand Down

0 comments on commit db07561

Please sign in to comment.