[richfaces-svn-commits] JBoss Rich Faces SVN: r11451 - trunk/ui/editor.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Dec 1 03:33:34 EST 2008


Author: abelevich
Date: 2008-12-01 03:33:33 -0500 (Mon, 01 Dec 2008)
New Revision: 11451

Modified:
   trunk/ui/editor/pom.xml
Log:
fix for clover profile

Modified: trunk/ui/editor/pom.xml
===================================================================
--- trunk/ui/editor/pom.xml	2008-11-28 22:55:58 UTC (rev 11450)
+++ trunk/ui/editor/pom.xml	2008-12-01 08:33:33 UTC (rev 11451)
@@ -59,6 +59,23 @@
 
     </plugins>
   </build>
+<profiles>
+	<profile>
+		<id>clover</id>
+			<build>
+				<plugins>
+					<plugin>
+						<groupId>com.atlassian.maven.plugins</groupId>
+						<artifactId>maven-clover2-plugin</artifactId>
+						<configuration>
+							<includesAllSourceRoots>false</includesAllSourceRoots>
+						</configuration>
+					</plugin>
+				</plugins>
+			</build>
+		</profile>
+	</profiles>
+	
   <dependencies>
     <dependency>
       <groupId>org.richfaces.framework</groupId>




More information about the richfaces-svn-commits mailing list