summaryrefslogtreecommitdiff
path: root/STAL
diff options
context:
space:
mode:
Diffstat (limited to 'STAL')
-rw-r--r--STAL/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/STAL/pom.xml b/STAL/pom.xml
index 3d91dcc7..8d59722e 100644
--- a/STAL/pom.xml
+++ b/STAL/pom.xml
@@ -16,6 +16,17 @@
<artifactId>commons-logging</artifactId>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <configuration>
+ <debug>false</debug>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
<!--build>
<plugins>
<plugin>