Author: nbelaevski
Date: 2008-04-01 20:06:27 -0400 (Tue, 01 Apr 2008)
New Revision: 7565
Modified:
trunk/cdk/pom.xml
Log:
Excluded cdk from Clovering
Modified: trunk/cdk/pom.xml
===================================================================
--- trunk/cdk/pom.xml 2008-04-02 00:05:52 UTC (rev 7564)
+++ trunk/cdk/pom.xml 2008-04-02 00:06:27 UTC (rev 7565)
@@ -34,4 +34,33 @@
<module>maven-archetype-jsfwebapp</module>
</modules>
+
+
+ <profiles>
+ <profile>
+ <id>clover</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.atlassian.maven.plugins</groupId>
+ <artifactId>maven-clover-plugin</artifactId>
+ <configuration>
+ <includesAllSourceRoots>
+ false
+ </includesAllSourceRoots>
+ <includesTestSourceRoots>
+ false
+ </includesTestSourceRoots>
+ <jdk>1.5</jdk>
+
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
</project>
\ No newline at end of file