[jboss-cvs] JBossAS SVN: r79710 - projects/aop/trunk/aop/docs/examples/logging.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Oct 19 03:35:14 EDT 2008


Author: stalep
Date: 2008-10-19 03:35:14 -0400 (Sun, 19 Oct 2008)
New Revision: 79710

Modified:
   projects/aop/trunk/aop/docs/examples/logging/pom.xml
Log:
added verbose mode when running aop


Modified: projects/aop/trunk/aop/docs/examples/logging/pom.xml
===================================================================
--- projects/aop/trunk/aop/docs/examples/logging/pom.xml	2008-10-19 07:33:44 UTC (rev 79709)
+++ projects/aop/trunk/aop/docs/examples/logging/pom.xml	2008-10-19 07:35:14 UTC (rev 79710)
@@ -30,6 +30,21 @@
 
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <systemProperties>
+            <property>
+              <name>log4j.configuration</name>
+              <value>log4j.properties</value>
+              <name>log4j.debug</name>
+              <value>true</value>
+            </property>
+          </systemProperties>
+        </configuration>
+      </plugin>
+
+      <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <source>${jdkVersion}</source>
@@ -51,6 +66,7 @@
               <aoppaths>
                 <aoppath>jboss-aop.xml</aoppath>
               </aoppaths>
+              <verbose>true</verbose>
             </configuration>
             <goals>
               <goal>compile</goal>
@@ -62,6 +78,7 @@
               <aoppaths>
                 <aoppath>jboss-aop.xml</aoppath>
               </aoppaths>
+              <verbose>true</verbose>
               <executable>Driver</executable>
               <loadtime>true</loadtime>
             </configuration>




More information about the jboss-cvs-commits mailing list