Author: davsclaus
Date: Mon Jan 10 16:15:07 2011
New Revision: 1057257
URL: http://svn.apache.org/viewvc?rev=1057257&view=rev
Log:
CAMEL-3480: jvm assertion should be disabled when testing.
Modified:
camel/trunk/components/camel-kestrel/pom.xml
Modified: camel/trunk/components/camel-kestrel/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-kestrel/pom.xml?rev=1057257&r1=1057256&r2=1057257&view=diff
==============================================================================
--- camel/trunk/components/camel-kestrel/pom.xml (original)
+++ camel/trunk/components/camel-kestrel/pom.xml Mon Jan 10 16:15:07 2011
@@ -81,4 +81,16 @@
</dependencies>
+ <!-- JVM assertions must be disabled when testin/using spymemcached, see
CAMEL-3480 -->
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <enableAssertions>false</enableAssertions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
</project>