You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2012/11/21 22:02:53 UTC

svn commit: r1412293 - in /tomcat/maven-plugin/trunk: tomcat6-maven-plugin/src/test/resources/log4j2-test.xml tomcat7-maven-plugin/pom.xml tomcat7-maven-plugin/src/test/resources/log4j2-test.xml

Author: olamy
Date: Wed Nov 21 21:02:52 2012
New Revision: 1412293

URL: http://svn.apache.org/viewvc?rev=1412293&view=rev
Log:
debug is a bit verbose for testing

Modified:
    tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/test/resources/log4j2-test.xml
    tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml
    tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/test/resources/log4j2-test.xml

Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/test/resources/log4j2-test.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/test/resources/log4j2-test.xml?rev=1412293&r1=1412292&r2=1412293&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/test/resources/log4j2-test.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/test/resources/log4j2-test.xml Wed Nov 21 21:02:52 2012
@@ -27,7 +27,7 @@
   </appenders>
   <loggers>
 
-    <root level="debug">
+    <root level="info">
       <appender-ref ref="console"/>
     </root>
   </loggers>

Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml?rev=1412293&r1=1412292&r2=1412293&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml Wed Nov 21 21:02:52 2012
@@ -208,6 +208,12 @@
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-filtering</artifactId>
       <version>1.0</version>
+      <exclusions>
+        <exclusion>
+          <groupId>nekohtml</groupId>
+          <artifactId>xercesMinimal</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <dependency>

Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/test/resources/log4j2-test.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/test/resources/log4j2-test.xml?rev=1412293&r1=1412292&r2=1412293&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/test/resources/log4j2-test.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/test/resources/log4j2-test.xml Wed Nov 21 21:02:52 2012
@@ -27,7 +27,7 @@
   </appenders>
   <loggers>
 
-    <root level="debug">
+    <root level="info">
       <appender-ref ref="console"/>
     </root>
   </loggers>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org