From 1043faf99f4b4b24247e075c9ee294ae2ace9669 Mon Sep 17 00:00:00 2001 From: Irina Kirilova Date: Fri, 20 Sep 2013 13:21:11 +0200 Subject: [PATCH] activated jacoco and findbugs code metrics --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 4cb3539..8307ff7 100644 --- a/pom.xml +++ b/pom.xml @@ -5,6 +5,14 @@ xcode-project-java-api jar 1.2.0-SNAPSHOT + + + com.sap.prd.mobile.ios.mios + quality-check-parent + 1.0.0 + + + Xcode Project Java API The xcode-project-java-api library provides an Java API for read and write @@ -85,6 +93,10 @@ + + org.jacoco + jacoco-maven-plugin +