From: bogumil_zebek Date: Thu, 4 Oct 2018 07:21:42 +0000 (+0200) Subject: Add simulator resources artifact X-Git-Tag: 3.0.0~209 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F95%2F69795%2F1;p=integration.git Add simulator resources artifact Change-Id: Ib3d695e94184f58071e52698b9d72fada3dd25a4 Issue-ID: INT-677 Signed-off-by: bogumil_zebek --- 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