summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislav Marszalek <s.marszalek2@partner.samsung.com>2021-08-11 11:05:48 +0200
committerStanislav Marszalek <s.marszalek2@partner.samsung.com>2021-08-11 11:05:48 +0200
commit1853d7375ee7d5b255fd929fc6790385112ba346 (patch)
treeade5a5f67486a840559a22e3c9c4c3b3854bcc3e
parentf04c5084667975fabc849378af0702129fbf4de3 (diff)
O1 PM Bulk support in DataCollector RAPP - no manifest issue resolving
Issue-ID: INT-1947 Signed-off-by: Stanislav Marszalek <s.marszalek2@partner.samsung.com> Change-Id: I02d3684c98d563d7f386de2fdf032e930ac76b3f
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index aa41a07..16847dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,6 +87,13 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>repackage</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>