diff options
Diffstat (limited to 'smccSTAL')
-rw-r--r-- | smccSTAL/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/smccSTAL/pom.xml b/smccSTAL/pom.xml index d4a523b1..5c03cffd 100644 --- a/smccSTAL/pom.xml +++ b/smccSTAL/pom.xml @@ -11,6 +11,17 @@ <artifactId>smccSTAL</artifactId>
<name>smcc STAL</name>
<version>1.0</version>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <configuration>
+ <debug>false</debug>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
<dependencies>
<dependency>
<groupId>at.gv.egiz</groupId>
|