Author: aheritier
Date: 2009-11-09 17:39:31 -0500 (Mon, 09 Nov 2009)
New Revision: 531
Modified:
portal/trunk/component/identity/pom.xml
portal/trunk/pom.xml
Log:
GTNPORTAL-111 : remove specific surefire settings
Modified: portal/trunk/component/identity/pom.xml
===================================================================
--- portal/trunk/component/identity/pom.xml 2009-11-09 19:58:03 UTC (rev 530)
+++ portal/trunk/component/identity/pom.xml 2009-11-09 22:39:31 UTC (rev 531)
@@ -31,20 +31,6 @@
<packaging>jar</packaging>
<name>GateIn Portal Component JBoss IDM integration</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <includes>
- <include>**/TestOrganizationService.java</include>
- </includes>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.exoplatform.core</groupId>
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2009-11-09 19:58:03 UTC (rev 530)
+++ portal/trunk/pom.xml 2009-11-09 22:39:31 UTC (rev 531)
@@ -60,7 +60,7 @@
<jdk.min.version>1.6</jdk.min.version>
<!-- maven-release-plugin -->
- <arguments>-Prelease,pkg-tomcat,pkg-jbossas
-Dexo.test.skip=true</arguments>
+ <arguments>-Prelease,pkg-tomcat,pkg-jbossas
-Dmaven.test.skip=true</arguments>
</properties>
@@ -121,47 +121,6 @@
<artifactId>exec-maven-plugin</artifactId>
<version>1.1.1</version>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <forkMode>once</forkMode>
- <!--once , pertest -->
- <includes>
- <include>**/${exo.test.includes}.java</include>
- </includes>
- <systemProperties>
- <property>
- <name>maven.exoplatform.dir</name>
-
<value>${exo.directory.base}/projects/exo-platform</value>
- </property>
- <property>
- <name>mock.portal.dir</name>
-
<value>${exo.projects.directory.src}/gatein/portal/trunk/web/portal/src/main/webapp</value>
- </property>
- <property>
- <name>org.apache.commons.logging.Log</name>
-
<value>org.apache.commons.logging.impl.SimpleLog</value>
- </property>
- <property>
-
<name>org.apache.commons.logging.simplelog.defaultlog</name>
- <value>info</value>
- </property>
- <property>
-
<name>org.apache.commons.logging.simplelog.log.[eXo]</name>
- <value>debug</value>
- </property>
- <property>
-
<name>org.apache.commons.logging.simplelog.log.net.hibernate</name>
- <value>warn</value>
- </property>
- <property>
- <name>java.naming.factory.initial</name>
-
<value>org.exoplatform.services.naming.SimpleContextFactory</value>
- </property>
- </systemProperties>
- </configuration>
- </plugin>
</plugins>
</pluginManagement>
<plugins>
@@ -191,29 +150,6 @@
</plugins>
</build>
- <profiles>
- <profile>
- <id>bypass-failing-tests</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <!-- Remove temporarly tests which are failing -->
- <excludes>
- <!-- /component/resources/ -->
-
<!--<exclude>org/exoplatform/services/resources/test/TestResourceBundleService.java</exclude>-->
- <!-- /component/portal/ -->
-
<exclude>org/exoplatform/portal/config/security/TestUserPageACL.java</exclude>
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
<!-- To be removed and replaced by settings in user config -->
<repositories>
<repository>
Show replies by date