aboutsummaryrefslogtreecommitdiffstats
path: root/demo
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2025-06-19 13:42:21 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2025-06-19 13:42:21 +0300
commit6db7b38186e7ea302497836af2f1e22c2f896f80 (patch)
tree61f505f8802c50d16f5e30a70cdbe335747c7ffb /demo
parent91556eeec6733698cc3923190fa347e49597a982 (diff)
downloadpf4j-master.tar.gz
pf4j-master.zip
Fix #614HEADmaster
Diffstat (limited to 'demo')
-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>