You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by bl...@apache.org on 2012/10/13 01:20:30 UTC

[3/3] git commit: SQOOP-624: Add test coverage plugin to root pom file (Jarek Jarcec Cecho)

SQOOP-624: Add test coverage plugin to root pom file
(Jarek Jarcec Cecho)


Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/015e13cd
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/015e13cd
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/015e13cd

Branch: refs/heads/sqoop2
Commit: 015e13cd1573f88f4339534387eeae4e9d462d02
Parents: 38dc198
Author: Bilung Lee <bl...@apache.org>
Authored: Fri Oct 12 16:03:17 2012 -0700
Committer: Bilung Lee <bl...@apache.org>
Committed: Fri Oct 12 16:03:17 2012 -0700

----------------------------------------------------------------------
 pom.xml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/015e13cd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6206f2e..eea0350 100644
--- a/pom.xml
+++ b/pom.xml
@@ -273,6 +273,18 @@ limitations under the License.
     </pluginManagement>
   </build>
 
+  <!-- All reports might be generated using mvn site command -->
+  <reporting>
+    <plugins>
+    <!-- Test code coverage might be executed with mvn cobertura:cobertura command -->
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <version>2.5.2</version>
+      </plugin>
+    </plugins>
+  </reporting>
+
   <developers>
     <!-- alphabetical by id -->
     <developer>