diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2025-06-19 13:42:21 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2025-06-19 13:42:21 +0300 |
commit | 6db7b38186e7ea302497836af2f1e22c2f896f80 (patch) | |
tree | 61f505f8802c50d16f5e30a70cdbe335747c7ffb /demo | |
parent | 91556eeec6733698cc3923190fa347e49597a982 (diff) | |
download | pf4j-master.tar.gz pf4j-master.zip |
Diffstat (limited to 'demo')
-rw-r--r-- | demo/maven/pom.xml | 10 |
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> |