aboutsummaryrefslogtreecommitdiffstats
path: root/installation
diff options
context:
space:
mode:
authorMichael Dürre <michael.duerre@highstreet-technologies.com>2020-03-02 14:55:57 +0100
committerMichael Dürre <michael.duerre@highstreet-technologies.com>2020-03-02 14:56:12 +0100
commitde4afb7f9d1e61a114abe53a012b1af7bac2969a (patch)
tree7d890e90019713f31e2e7c9e6a5b36a12da12304 /installation
parent329b7c6477ec677507b0de33a053f887526b3d84 (diff)
fixed missing resource files
fixed extracting resources recursively Issue-ID: SDNC-1107 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ie7d4e3de23d19fa9744439195efbd92f7cd46142 Former-commit-id: d3403b2b6f391b1d79f26dc03779b2edb36e5a35
Diffstat (limited to 'installation')
-rw-r--r--installation/sdnc-web/pom.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml
index 1ae66ab6..45aa9dba 100644
--- a/installation/sdnc-web/pom.xml
+++ b/installation/sdnc-web/pom.xml
@@ -153,7 +153,7 @@
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/docker-stage/html</outputDirectory>
- <includes>odlux/*</includes>
+ <includes>odlux/**</includes>
</artifactItem>
<!-- connectApp -->
<artifactItem>
@@ -163,7 +163,7 @@
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/docker-stage/html</outputDirectory>
- <includes>odlux/*</includes>
+ <includes>odlux/**</includes>
</artifactItem>
<!-- eventLogApp -->
<artifactItem>
@@ -173,7 +173,7 @@
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/docker-stage/html</outputDirectory>
- <includes>odlux/*</includes>
+ <includes>odlux/**</includes>
</artifactItem>
<!-- helpApp -->
<artifactItem>
@@ -183,7 +183,7 @@
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/docker-stage/html</outputDirectory>
- <includes>odlux/*</includes>
+ <includes>odlux/**</includes>
</artifactItem>
<!-- maintenanceApp -->
<artifactItem>
@@ -193,7 +193,7 @@
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/docker-stage/html</outputDirectory>
- <includes>odlux/*</includes>
+ <includes>odlux/**</includes>
</artifactItem>
<!-- minimumApp -->
<artifactItem>
@@ -203,7 +203,7 @@
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/docker-stage/html</outputDirectory>
- <includes>odlux/*</includes>
+ <includes>odlux/**</includes>
</artifactItem>
<!-- configurationApp -->
<artifactItem>
@@ -213,7 +213,7 @@
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/docker-stage/html</outputDirectory>
- <includes>odlux/*</includes>
+ <includes>odlux/**</includes>
</artifactItem>
<!-- demoApp -->
<artifactItem>
@@ -223,7 +223,7 @@
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/docker-stage/html</outputDirectory>
- <includes>odlux/*</includes>
+ <includes>odlux/**</includes>
</artifactItem>
<!-- faultApp -->
<artifactItem>
@@ -243,7 +243,7 @@
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/docker-stage/html</outputDirectory>
- <includes>odlux/*</includes>
+ <includes>odlux/**</includes>
</artifactItem>
<!-- mediatorApp -->
<artifactItem>
@@ -253,7 +253,7 @@
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/docker-stage/html</outputDirectory>
- <includes>odlux/*</includes>
+ <includes>odlux/**</includes>
</artifactItem>
<!-- performanceHistoryApp -->
<artifactItem>
@@ -263,7 +263,7 @@
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/docker-stage/html</outputDirectory>
- <includes>odlux/*</includes>
+ <includes>odlux/**</includes>
</artifactItem>
<!-- helpserver resources -->
<artifactItem>
@@ -273,7 +273,7 @@
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/docker-stage/html</outputDirectory>
- <includes>help/*</includes>
+ <includes>help/**</includes>
</artifactItem>
</artifactItems>
</configuration>