[seam-commits] Seam SVN: r13457 - sandbox/modules/spreadsheet.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Jul 21 06:41:19 EDT 2010


Author: nickarls
Date: 2010-07-21 06:41:19 -0400 (Wed, 21 Jul 2010)
New Revision: 13457

Modified:
   sandbox/modules/spreadsheet/pom.xml
Log:
remove coverage reporting

Modified: sandbox/modules/spreadsheet/pom.xml
===================================================================
--- sandbox/modules/spreadsheet/pom.xml	2010-07-21 10:18:59 UTC (rev 13456)
+++ sandbox/modules/spreadsheet/pom.xml	2010-07-21 10:41:19 UTC (rev 13457)
@@ -43,45 +43,7 @@
 					<target>1.6</target>
 				</configuration>
 			</plugin>
-<!--			<plugin>-->
-<!--				<groupId>org.codehaus.mojo</groupId>-->
-<!--				<artifactId>emma-maven-plugin</artifactId>-->
-<!--				<version>1.0-alpha-2</version>-->
-<!--				<inherited>true</inherited>-->
-<!--				<executions>-->
-<!--					<execution>-->
-<!--						<phase>process-classes</phase>-->
-<!--						<goals>-->
-<!--							<goal>instrument</goal>-->
-<!--						</goals>-->
-<!--					</execution>-->
-<!--				</executions>-->
-<!--			</plugin>-->
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-surefire-plugin</artifactId>
-				<inherited>true</inherited>
-				<configuration>
-					<forkMode>once</forkMode>
-					<reportFormat>xml</reportFormat>
-					<classesDirectory>${project.build.directory}/generated-classes/emma/classes</classesDirectory>
-				</configuration>
-			</plugin>
 		</plugins>
 	</build>
-	<reporting>
-		<plugins>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>emma-maven-plugin</artifactId>
-				<version>1.0-alpha-2</version>
-				<inherited>true</inherited>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>surefire-report-maven-plugin</artifactId>
-				<inherited>true</inherited>
-			</plugin>
-		</plugins>
-	</reporting>
+
 </project>
\ No newline at end of file



More information about the seam-commits mailing list