You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2009/05/14 14:03:16 UTC

svn commit: r774738 - in /activemq/trunk: activemq-core/pom.xml activemq-jaas/pom.xml

Author: dejanb
Date: Thu May 14 12:03:15 2009
New Revision: 774738

URL: http://svn.apache.org/viewvc?rev=774738&view=rev
Log:
rmoveing log4j surefire configuration as it clashes with CI tools. Should be uncommented manually

Modified:
    activemq/trunk/activemq-core/pom.xml
    activemq/trunk/activemq-jaas/pom.xml

Modified: activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=774738&r1=774737&r2=774738&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Thu May 14 12:03:15 2009
@@ -366,10 +366,17 @@
               <name>org.apache.activemq.default.directory.prefix</name>
               <value>target/</value>
             </property>
+            <!-- Uncomment the following if you want to configure custom logging (using src/test/resources/log4j.properties)
+                 while running mvn:test
+                 Note: if you want to see log messages on the console window remove
+                       "redirectTestOutputToFile" from the parent pom
+            -->
+            <!--           
             <property>
               <name>log4j.configuration</name>
               <value>file:target/test-classes/log4j.properties</value>
             </property>
+            -->
           </systemProperties>
 
           <includes>

Modified: activemq/trunk/activemq-jaas/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-jaas/pom.xml?rev=774738&r1=774737&r2=774738&view=diff
==============================================================================
--- activemq/trunk/activemq-jaas/pom.xml (original)
+++ activemq/trunk/activemq-jaas/pom.xml Thu May 14 12:03:15 2009
@@ -50,10 +50,17 @@
               <name>org.apache.activemq.default.directory.prefix</name>
               <value>target/</value>
             </property>
+            <!-- Uncomment the following if you want to configure custom logging (using src/test/resources/log4j.properties)
+                 while running mvn:test
+                 Note: if you want to see log messages on the console window remove
+                       "redirectTestOutputToFile" from the parent pom
+            -->
+            <!--           
             <property>
               <name>log4j.configuration</name>
               <value>file:target/test-classes/log4j.properties</value>
             </property>
+            -->
           </systemProperties>
         </configuration>
       </plugin>