diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-10-14 14:47:06 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-10-14 14:47:06 +0000 |
commit | 11411c3d236e10b237ec1c7a1904e64dc2508551 (patch) | |
tree | f9bf71087ed6dfa860aa569d017454b083042d83 /BKUApplet/pom.xml | |
parent | e9dc8c240f7f829403eb3013701797cf9212306b (diff) | |
download | mocca-11411c3d236e10b237ec1c7a1904e64dc2508551.tar.gz mocca-11411c3d236e10b237ec1c7a1904e64dc2508551.tar.bz2 mocca-11411c3d236e10b237ec1c7a1904e64dc2508551.zip |
GUI retry error msg
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@115 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUApplet/pom.xml')
-rw-r--r-- | BKUApplet/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/BKUApplet/pom.xml b/BKUApplet/pom.xml index 130749c5..a20a613d 100644 --- a/BKUApplet/pom.xml +++ b/BKUApplet/pom.xml @@ -103,6 +103,13 @@ </execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>
<dependencies>
|