Skip to content

Commit

Permalink
add hint to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
vananiev committed Nov 16, 2024
1 parent e06fd74 commit 6f2c055
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
lombok.launch.AnnotationProcessorHider$AnnotationProcessor
</annotationProcessor>
<annotationProcessor>
org.hibernate.processor.HibernateProcessor
org.hibernate.processor.HibernateProcessor
</annotationProcessor>
<annotationProcessor>
org.checkerframework.checker.nullness.NullnessChecker
Expand Down Expand Up @@ -359,6 +359,8 @@
</configuration>
</plugin>
<plugin>
<!-- To build via Idea menu Build -> Rebuild Project you must go to menu -> View -> Tool Windows ->
Maven -> Plugins -> jaxb2 -> jaxb2:xjc -> mouse right click -> Execute Before Build -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxb2-maven-plugin</artifactId>
<version>3.2.0</version>
Expand Down

0 comments on commit 6f2c055

Please sign in to comment.