summaryrefslogtreecommitdiff
path: root/BKUCommonGUI/pom.xml
diff options
context:
space:
mode:
authormcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2008-11-24 12:50:24 +0000
committermcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2008-11-24 12:50:24 +0000
commitd127f2c5ccc96eb44eeacf46bb76feebe100361f (patch)
tree27b643449bb5a92b9627968fdec116ab5234929a /BKUCommonGUI/pom.xml
parent4e069d7fabc8f4faef8ac7bca44f1f03db1841c8 (diff)
downloadmocca-d127f2c5ccc96eb44eeacf46bb76feebe100361f.tar.gz
mocca-d127f2c5ccc96eb44eeacf46bb76feebe100361f.tar.bz2
mocca-d127f2c5ccc96eb44eeacf46bb76feebe100361f.zip
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@189 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUCommonGUI/pom.xml')
-rw-r--r--BKUCommonGUI/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/BKUCommonGUI/pom.xml b/BKUCommonGUI/pom.xml
index 1aea89f6..c620746f 100644
--- a/BKUCommonGUI/pom.xml
+++ b/BKUCommonGUI/pom.xml
@@ -23,6 +23,17 @@
<scope>compile</scope>
</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>