diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-09-15 18:04:24 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-09-15 18:04:24 +0000 |
commit | aecf56f5fe5e7e9c5b19fefece7c7a276c3c9dfc (patch) | |
tree | a310776f8db5e11b1e61b826c131ec92cbb62005 /BKUViewer/pom.xml | |
parent | 43812f2c0d81eaba7e07ece82acf396ac35e2b5d (diff) | |
download | mocca-aecf56f5fe5e7e9c5b19fefece7c7a276c3c9dfc.tar.gz mocca-aecf56f5fe5e7e9c5b19fefece7c7a276c3c9dfc.tar.bz2 mocca-aecf56f5fe5e7e9c5b19fefece7c7a276c3c9dfc.zip |
tests don't run?
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@42 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUViewer/pom.xml')
-rw-r--r-- | BKUViewer/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/BKUViewer/pom.xml b/BKUViewer/pom.xml index d7dbe0aa..cf873f33 100644 --- a/BKUViewer/pom.xml +++ b/BKUViewer/pom.xml @@ -41,4 +41,12 @@ </exclusions> </dependency> </dependencies> + <!--build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> <configuration> + <skip>true</skip> </configuration> </plugin> + </plugins> + </build--> </project>
\ No newline at end of file |