You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2013/07/22 15:15:39 UTC

svn commit: r1505678 - /stanbol/trunk/enhancement-engines/celi/pom.xml

Author: rwesten
Date: Mon Jul 22 13:15:38 2013
New Revision: 1505678

URL: http://svn.apache.org/r1505678
Log:
Deactivated Unit tests for the CELI engines as the remote Webservices are unavailable since some time

Modified:
    stanbol/trunk/enhancement-engines/celi/pom.xml

Modified: stanbol/trunk/enhancement-engines/celi/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/celi/pom.xml?rev=1505678&r1=1505677&r2=1505678&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/celi/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/celi/pom.xml Mon Jul 22 13:15:38 2013
@@ -69,6 +69,17 @@
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-scr-plugin</artifactId>
       </plugin>
+      <plugin> 
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <!-- 
+            Unit Tests are skipped because CELI web services where unavailable
+            since some time (2013.07.22)
+            -->
+          <skipTests>true</skipTests>
+        </configuration>
+      </plugin>
     </plugins>
   </build>