summaryrefslogtreecommitdiff
path: root/smcc/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'smcc/pom.xml')
-rw-r--r--smcc/pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/smcc/pom.xml b/smcc/pom.xml
index 110635c7..39af114f 100644
--- a/smcc/pom.xml
+++ b/smcc/pom.xml
@@ -12,6 +12,17 @@
<packaging>jar</packaging>
<version>1.0</version>
<url>http://bku.egiz.gv.at</url>
+ <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>commons-logging</groupId>
@@ -28,5 +39,5 @@
<groupId>iaik</groupId>
<artifactId>iaik_jce_full_signed</artifactId>
</dependency> -->
- </dependencies>
+ </dependencies>
</project>