[gatein-commits] gatein SVN: r1975 - in portal/trunk: server/tomcat/patch/src/main/tomcat/conf and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 4 11:04:44 EST 2010


Author: julien_viet
Date: 2010-03-04 11:04:44 -0500 (Thu, 04 Mar 2010)
New Revision: 1975

Modified:
   portal/trunk/component/resources/pom.xml
   portal/trunk/server/tomcat/patch/src/main/tomcat/conf/logging.properties
Log:
temporarily disable resource unit tests


Modified: portal/trunk/component/resources/pom.xml
===================================================================
--- portal/trunk/component/resources/pom.xml	2010-03-04 15:54:51 UTC (rev 1974)
+++ portal/trunk/component/resources/pom.xml	2010-03-04 16:04:44 UTC (rev 1975)
@@ -26,6 +26,10 @@
     <version>3.0.0-CR02-SNAPSHOT</version>
   </parent>
 
+    <properties>
+        <maven.test.skip>true</maven.test.skip>
+    </properties>
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>exo.portal.component.resources</artifactId>
   <packaging>jar</packaging>

Modified: portal/trunk/server/tomcat/patch/src/main/tomcat/conf/logging.properties
===================================================================
--- portal/trunk/server/tomcat/patch/src/main/tomcat/conf/logging.properties	2010-03-04 15:54:51 UTC (rev 1974)
+++ portal/trunk/server/tomcat/patch/src/main/tomcat/conf/logging.properties	2010-03-04 16:04:44 UTC (rev 1975)
@@ -77,12 +77,12 @@
 # GateIn log configuration
 ############################################################
 
-org.exoplatform.level = FINE
+org.exoplatform.level = INFO
 org.exoplatform.handlers = 6gatein.org.apache.juli.FileHandler
 
-org.gatein.level = FINE
+org.gatein.level = INFO
 org.gatein.handlers = 6gatein.org.apache.juli.FileHandler
 
-org.chromattic.level = FINE
+org.chromattic.level = INFO
 org.chromattic.handlers = 6gatein.org.apache.juli.FileHandler
 



More information about the gatein-commits mailing list