From 4cb18154309659a4b17b8115a0b47b709baab256 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 12 Sep 2012 22:50:51 -0700 Subject: [PATCH] enable emma to generate code coverage report. --- microsoft-azure-api/pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/microsoft-azure-api/pom.xml b/microsoft-azure-api/pom.xml index b75c6d4c1a9c1..dbc6cd094ba18 100644 --- a/microsoft-azure-api/pom.xml +++ b/microsoft-azure-api/pom.xml @@ -207,7 +207,6 @@ - @@ -249,4 +248,18 @@ + + + + org.codehaus.mojo + emma-maven-plugin + true + + + org.codehaus.mojo + surefire-report-maven-plugin + true + + +