Fix annotation processor syntax in core and full maven configs
Change-Id: I9610e01b0cbc829f9c60a56a3688f3bd179fa66a
diff --git a/full/pom.xml b/full/pom.xml
index 6ba884a..a3a7d0d 100644
--- a/full/pom.xml
+++ b/full/pom.xml
@@ -172,10 +172,10 @@
<!-- <compilerArguments> <processor>lombok.launch.AnnotationProcessorHider$AnnotationProcessor</processor>
<processor>org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor</processor>
</compilerArguments> -->
- <processors>
+ <annotationProcessors>
<processor>lombok.launch.AnnotationProcessorHider$AnnotationProcessor</processor>
<processor>org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor</processor>
- </processors>
+ </annotationProcessors>
</configuration>
</plugin>
<plugin>