From 711de8d50e8ad85ae931a9afe032be4097ed00a0 Mon Sep 17 00:00:00 2001 From: bogumil_zebek Date: Thu, 4 Oct 2018 09:21:42 +0200 Subject: Add simulator resources artifact Change-Id: Ib3d695e94184f58071e52698b9d72fada3dd25a4 Issue-ID: INT-677 Signed-off-by: bogumil_zebek --- test/mocks/pnfsimulator/pom.xml | 16 ++++++ test/mocks/pnfsimulator/src/assembly/resources.xml | 65 ++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 test/mocks/pnfsimulator/src/assembly/resources.xml (limited to 'test/mocks/pnfsimulator') diff --git a/test/mocks/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pom.xml index b4adcd806..c8355dcd2 100644 --- a/test/mocks/pnfsimulator/pom.xml +++ b/test/mocks/pnfsimulator/pom.xml @@ -166,6 +166,22 @@ + + org.apache.maven.plugins + maven-assembly-plugin + + src/assembly/resources.xml + ${project.artifactId}-${pom.version} + + + + package + + single + + + + org.apache.maven.plugins maven-compiler-plugin diff --git a/test/mocks/pnfsimulator/src/assembly/resources.xml b/test/mocks/pnfsimulator/src/assembly/resources.xml new file mode 100644 index 000000000..8754ecc4b --- /dev/null +++ b/test/mocks/pnfsimulator/src/assembly/resources.xml @@ -0,0 +1,65 @@ + + resources + + zip + + + + + + simulator.sh + + unix + 0755 + + + config + config + + **/* + + + + deployment + deployment + + **/* + + + + ftpes + ftpes + + **/* + + + + json_schema + json_schema + + **/* + + + + netconf + netconf + + **/* + + + + sftp + sftp + + **/* + + + + ssh + ssh + + **/* + + + + \ No newline at end of file -- cgit 1.2.3-korg