aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demo/maven/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/demo/maven/pom.xml b/demo/maven/pom.xml
index 61033f0..e32336c 100644
--- a/demo/maven/pom.xml
+++ b/demo/maven/pom.xml
@@ -22,6 +22,16 @@
</properties>
<build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <compilerArgument>-proc:full</compilerArgument>
+ </configuration>
+ </plugin>
+ </plugins>
+
<resources>
<resource>
<filtering>false</filtering>