Add sdc startup in IT

Rework the java packages so that we use onap now + fix the folders written outside of the target folder

Issue-ID: SDC-3232
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I23c2bad4bee6b766cfacc2c544e1431aed4cd608
diff --git a/test-apis-ci/src/main/resources/ci/testSuites/property.xml b/test-apis-ci/src/main/resources/ci/testSuites/property.xml
index f94f897..2b90f9b 100644
--- a/test-apis-ci/src/main/resources/ci/testSuites/property.xml
+++ b/test-apis-ci/src/main/resources/ci/testSuites/property.xml
@@ -3,9 +3,9 @@
 <suite name="Property" >
   <test name="Test">
     <classes>
-      <class name="org.openecomp.sdc.ci.tests.execute.property.PropertyApisTest"/>
+      <class name="PropertyApisTest"/>
       <class name="org.openecomp.sdc.ci.tests.execute.property.PropertyServletTest"/>
-      <class name="org.openecomp.sdc.ci.tests.execute.property.AdditionalInformationServletTest"/>
+      <class name="AdditionalInformationServletTest"/>
     </classes>
   </test> <!-- Test -->
 </suite> <!-- Property -->