[logback-dev] svn commit: r791 - logback/trunk/logback-access

noreply.seb at qos.ch noreply.seb at qos.ch
Thu Oct 26 16:45:39 CEST 2006


Author: seb
Date: Thu Oct 26 16:45:39 2006
New Revision: 791

Modified:
   logback/trunk/logback-access/pom.xml

Log:


Modified: logback/trunk/logback-access/pom.xml
==============================================================================
--- logback/trunk/logback-access/pom.xml	(original)
+++ logback/trunk/logback-access/pom.xml	Thu Oct 26 16:45:39 2006
@@ -75,6 +75,20 @@
 				</configuration>
 			</plugin>
 
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<configuration>
+					<forkMode>once</forkMode>
+					<reportFormat>plain</reportFormat>
+					<trimStackTrace>false</trimStackTrace>
+					<excludes>
+						<exclude>**/AllTest.java</exclude>
+						<exclude>**/PackageTest.java</exclude>
+					</excludes>
+				</configuration>
+			</plugin>
+			
 		</plugins>
 		
 	</build>



More information about the logback-dev mailing list