[Ds-java-dev] svn commit r17543 -
trunk/solutions/data-services/java/modules/core
sumedha at wso2.com
sumedha at wso2.com
Wed May 28 22:54:07 PDT 2008
Author: sumedha
Date: Wed May 28 22:54:07 2008
New Revision: 17543
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=17543
Log:
Skipping tests.Sample mysql database is needed for tests.Instructions on setting up the database is available in README file
Modified:
trunk/solutions/data-services/java/modules/core/pom.xml
Modified: trunk/solutions/data-services/java/modules/core/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/solutions/data-services/java/modules/core/pom.xml?rev=17543&r1=17542&r2=17543&view=diff
==============================================================================
--- trunk/solutions/data-services/java/modules/core/pom.xml (original)
+++ trunk/solutions/data-services/java/modules/core/pom.xml Wed May 28 22:54:07 2008
@@ -115,6 +115,21 @@
</configuration>
</plugin>
<plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <inherited>true</inherited>
+ <configuration>
+ <forkMode>pertest</forkMode>
+ <argLine>-enableassertions</argLine>
+ <testFailureIgnore>false</testFailureIgnore>
+ <skip>true</skip>
+ <!--
+ <excludes>
+ <include>**/*Test.java</include>
+ </excludes>
+ -->
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>1.4.0</version>
More information about the Ds-java-dev
mailing list