Author: ningjiang
Date: Tue Mar 26 08:45:11 2013
New Revision: 1461019
URL: http://svn.apache.org/r1461019
Log:
Added spec tests to run with surefire
Modified:
camel/trunk/components/camel-scala/pom.xml
camel/trunk/components/camel-scala29/pom.xml
Modified: camel/trunk/components/camel-scala/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-scala/pom.xml?rev=1461019&r1=1461018&r2=1461019&view=diff
==============================================================================
--- camel/trunk/components/camel-scala/pom.xml (original)
+++ camel/trunk/components/camel-scala/pom.xml Tue Mar 26 08:45:11 2013
@@ -98,6 +98,16 @@
<testSourceDirectory>src/test/scala</testSourceDirectory>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>**/*Test.class</include>
+ <include>**/*Spec.class</include>
+ </includes>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
</plugin>
Modified: camel/trunk/components/camel-scala29/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-scala29/pom.xml?rev=1461019&r1=1461018&r2=1461019&view=diff
==============================================================================
--- camel/trunk/components/camel-scala29/pom.xml (original)
+++ camel/trunk/components/camel-scala29/pom.xml Tue Mar 26 08:45:11 2013
@@ -105,6 +105,16 @@
<testSourceDirectory>target/test/scala</testSourceDirectory>
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>**/*Test.class</include>
+ <include>**/*Spec.class</include>
+ </includes>
+ </configuration>
+ </plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>