From: <ble...@us...> - 2010-09-30 18:18:10
|
Revision: 3702 http://bigdata.svn.sourceforge.net/bigdata/?rev=3702&view=rev Author: blevine218 Date: 2010-09-30 18:18:03 +0000 (Thu, 30 Sep 2010) Log Message: ----------- added clover profile Modified Paths: -------------- branches/maven_scaleout/bigdata-integ/pom.xml Modified: branches/maven_scaleout/bigdata-integ/pom.xml =================================================================== --- branches/maven_scaleout/bigdata-integ/pom.xml 2010-09-30 17:00:47 UTC (rev 3701) +++ branches/maven_scaleout/bigdata-integ/pom.xml 2010-09-30 18:18:03 UTC (rev 3702) @@ -238,6 +238,23 @@ </plugin> </plugins> </reporting> + + <profiles> + <profile> + <id>bigdata-clover</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <build> + <plugins> + <plugin> + <groupId>com.atlassian.maven.plugins</groupId> + <artifactId>maven-clover2-plugin</artifactId> + </plugin> + </plugins> + </build> + </profile> + </profiles> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |