Author: julien_viet
Date: 2009-11-04 13:35:16 -0500 (Wed, 04 Nov 2009)
New Revision: 492
Modified:
portal/trunk/component/application-registry/pom.xml
portal/trunk/component/resources/pom.xml
portal/trunk/component/web/pom.xml
portal/trunk/component/xml-parser/pom.xml
portal/trunk/pom.xml
portal/trunk/webui/core/pom.xml
Log:
GTNPORTAL-111
- remove usage of exo.test.skip
- tests are executed by default
- use once in the fork mode
- disabled components that are not proven to have useful unit test until it is reviewed
(and therefore useful as a metric)
Modified: portal/trunk/component/application-registry/pom.xml
===================================================================
--- portal/trunk/component/application-registry/pom.xml 2009-11-04 13:57:24 UTC (rev 491)
+++ portal/trunk/component/application-registry/pom.xml 2009-11-04 18:35:16 UTC (rev 492)
@@ -31,6 +31,10 @@
<name>GateIn Portal Component Application Registry</name>
<packaging>jar</packaging>
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.exoplatform.jcr</groupId>
Modified: portal/trunk/component/resources/pom.xml
===================================================================
--- portal/trunk/component/resources/pom.xml 2009-11-04 13:57:24 UTC (rev 491)
+++ portal/trunk/component/resources/pom.xml 2009-11-04 18:35:16 UTC (rev 492)
@@ -32,6 +32,10 @@
<name>GateIn Portal Component Resources</name>
<description>resources data service...</description>
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
Modified: portal/trunk/component/web/pom.xml
===================================================================
--- portal/trunk/component/web/pom.xml 2009-11-04 13:57:24 UTC (rev 491)
+++ portal/trunk/component/web/pom.xml 2009-11-04 18:35:16 UTC (rev 492)
@@ -31,6 +31,10 @@
<packaging>jar</packaging>
<name>GateIn Portal Component Web</name>
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.exoplatform.core</groupId>
Modified: portal/trunk/component/xml-parser/pom.xml
===================================================================
--- portal/trunk/component/xml-parser/pom.xml 2009-11-04 13:57:24 UTC (rev 491)
+++ portal/trunk/component/xml-parser/pom.xml 2009-11-04 18:35:16 UTC (rev 492)
@@ -31,6 +31,10 @@
<packaging>jar</packaging>
<name>GateIn Portal Component XML Parser</name>
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2009-11-04 13:57:24 UTC (rev 491)
+++ portal/trunk/pom.xml 2009-11-04 18:35:16 UTC (rev 492)
@@ -125,10 +125,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <skip>${exo.test.skip}</skip>
- <forkMode>pertest</forkMode>
+ <forkMode>once</forkMode>
<!--once , pertest -->
-
<testFailureIgnore>${exo.test.failure.ignore}</testFailureIgnore>
<includes>
<include>**/${exo.test.includes}.java</include>
</includes>
Modified: portal/trunk/webui/core/pom.xml
===================================================================
--- portal/trunk/webui/core/pom.xml 2009-11-04 13:57:24 UTC (rev 491)
+++ portal/trunk/webui/core/pom.xml 2009-11-04 18:35:16 UTC (rev 492)
@@ -31,6 +31,10 @@
<packaging>jar</packaging>
<name>GateIn Portal WebUI Core</name>
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.exoplatform.portal</groupId>
Show replies by date