From: <ble...@us...> - 2010-10-01 15:14:11
|
Revision: 3712 http://bigdata.svn.sourceforge.net/bigdata/?rev=3712&view=rev Author: blevine218 Date: 2010-10-01 15:14:05 +0000 (Fri, 01 Oct 2010) Log Message: ----------- append "-clover" to the deploy dir (the directory into which the deployment tarball is extracted) when the bigdata-clover profile is enabled for code coverage. 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-10-01 15:01:16 UTC (rev 3711) +++ branches/maven_scaleout/bigdata-integ/pom.xml 2010-10-01 15:14:05 UTC (rev 3712) @@ -248,6 +248,7 @@ </activation> <properties> <integ.testOutputDirectory>${project.build.directory}/clover/test-classes</integ.testOutputDirectory> + <integ.deploy.dir>${integ.deploy.root.dir}/${integ.bigdata.dependency}-${project.version}-clover</integ.deploy.dir> </properties> <build> <plugins> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |