summaryrefslogtreecommitdiff
path: root/myapp/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'myapp/pom.xml')
-rw-r--r--myapp/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/myapp/pom.xml b/myapp/pom.xml
index 8084e3e..b8024cb 100644
--- a/myapp/pom.xml
+++ b/myapp/pom.xml
@@ -31,9 +31,9 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <compilerArguments>
+ <annotationProcessors>
<processor>io.trygvis.container.compiler.MyProcessor</processor>
- </compilerArguments>
+ </annotationProcessors>
</configuration>
<dependencies>
<dependency>