Author: reto
Date: Wed Aug 21 07:54:58 2013
New Revision: 1516106
URL: http://svn.apache.org/r1516106
Log:
merged down trunk changes in celi
Modified:
stanbol/branches/commons-ng/enhancement-engines/celi/ (props changed)
stanbol/branches/commons-ng/enhancement-engines/celi/pom.xml
Propchange: stanbol/branches/commons-ng/enhancement-engines/celi/
------------------------------------------------------------------------------
Merged /stanbol/trunk/enhancement-engines/celi:r1496360-1515903
Modified: stanbol/branches/commons-ng/enhancement-engines/celi/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/enhancement-engines/celi/pom.xml?rev=1516106&r1=1516105&r2=1516106&view=diff
==============================================================================
--- stanbol/branches/commons-ng/enhancement-engines/celi/pom.xml (original)
+++ stanbol/branches/commons-ng/enhancement-engines/celi/pom.xml Wed Aug 21
07:54:58 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>