From 27639098e45be8614993be0302f63ba38613a452 Mon Sep 17 00:00:00 2001 From: Simran Singhal Date: Tue, 25 Aug 2020 23:50:58 +0530 Subject: Add robot profile Issue-ID: VNFSDK-614 Change-Id: I310bded677c8c1358173f6ad63f2a78efef33442 Signed-off-by: Simran Singhal --- profiles/robot/pom.xml | 127 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 profiles/robot/pom.xml (limited to 'profiles/robot/pom.xml') diff --git a/profiles/robot/pom.xml b/profiles/robot/pom.xml new file mode 100644 index 00000000..0ecd447d --- /dev/null +++ b/profiles/robot/pom.xml @@ -0,0 +1,127 @@ + + + + + + 4.0.0 + + org.onap.cli + cli-profiles + 6.0.0-SNAPSHOT + + + cli-profiles-robot + cli/profiles/robot + jar + + UTF-8 + + java + ${project.build.directory}/surefire-reports123 + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + true + ${project.version} + reuseReports + + + + junit + junit + 4.11 + test + + + org.jmockit + jmockit + 1.19 + test + + + org.jmockit + jmockit-coverage + 1.19 + test + + + org.onap.cli + cli-profiles-command + ${project.parent.version} + + + + + + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + org.apache.maven.plugins + maven-resources-plugin + + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + + + copy-resource-script + validate + + copy-resources + + + + ../../profiles/target/script + + + ${project.basedir}/src/main/resources/script + + *.* + + + + + + + + + + -- cgit 1.2.3-korg