summaryrefslogtreecommitdiffstats
path: root/processing/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'processing/pom.xml')
-rw-r--r--processing/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/processing/pom.xml b/processing/pom.xml
index a5f25d0aa0f..d3f5431ca00 100644
--- a/processing/pom.xml
+++ b/processing/pom.xml
@@ -38,4 +38,20 @@
<scope>provided</scope>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <compilerArgs>
+ <arg>-Xlint:all</arg>
+ <arg>-Xlint:-rawtypes</arg>
+ <arg>-Xlint:-serial</arg>
+ <arg>-Werror</arg>
+ </compilerArgs>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>