summaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/pom.xml
diff options
context:
space:
mode:
authorbogumil_zebek <bogumil.zebek@nokia.com>2018-10-04 09:21:42 +0200
committerbogumil_zebek <bogumil.zebek@nokia.com>2018-10-04 09:21:42 +0200
commit711de8d50e8ad85ae931a9afe032be4097ed00a0 (patch)
treed30a627a08d6c37bf6088728ee314019436f3556 /test/mocks/pnfsimulator/pom.xml
parent55ab2bbb736223225e89b7f141c1dc9039035e22 (diff)
Add simulator resources artifact
Change-Id: Ib3d695e94184f58071e52698b9d72fada3dd25a4 Issue-ID: INT-677 Signed-off-by: bogumil_zebek <bogumil.zebek@nokia.com>
Diffstat (limited to 'test/mocks/pnfsimulator/pom.xml')
-rw-r--r--test/mocks/pnfsimulator/pom.xml16
1 files changed, 16 insertions, 0 deletions
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
@@ -168,6 +168,22 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <descriptor>src/assembly/resources.xml</descriptor>
+ <finalName>${project.artifactId}-${pom.version}</finalName>
+ </configuration>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>