From f88a8d2ba9b44608b1ce414618e4e86393ec78a3 Mon Sep 17 00:00:00 2001 From: Yohan Avishke Date: Fri, 13 Mar 2020 22:46:50 +0530 Subject: [PATCH] Remove creating test-coverage for device type packages 1. Device type properties were removed 2. Execution to merge device types reports was removed --- components/test-coverage/pom.xml | 51 -------------------------------- 1 file changed, 51 deletions(-) diff --git a/components/test-coverage/pom.xml b/components/test-coverage/pom.xml index ee4f9a78bf..e1c1048e0b 100644 --- a/components/test-coverage/pom.xml +++ b/components/test-coverage/pom.xml @@ -37,21 +37,6 @@ classes src/main/java - - device-types - - ${basedir}/../${device.types}/androidsense-plugin/org.wso2.carbon.device.mgt.iot.androidsense.api - - - ${basedir}/../${device.types}/arduino-plugin/org.wso2.carbon.device.mgt.iot.arduino.api - - - ${basedir}/../${device.types}/raspberrypi-plugin/org.wso2.carbon.device.mgt.iot.raspberrypi.api - - - ${basedir}/../${device.types}/virtual-fire-alarm-plugin/org.wso2.carbon.device.mgt.iot.virtualfirealarm.api - - extensions @@ -151,42 +136,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -