summaryrefslogtreecommitdiffstats
path: root/engine-d-standalone/pom.xml
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2021-12-18 15:08:14 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2022-08-11 18:51:35 +0800
commitc4bd70c1f74cd04c441f76de4359e166a089660a (patch)
tree634a0da7181a1fa8030fb6beb14d8a7d2f6d86c3 /engine-d-standalone/pom.xml
parent61da3e3d053548815054384e5e18750e87463ee9 (diff)
Switched from Dropwizard to Springboot
Issue-ID: HOLMES-511 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn> Change-Id: I72b53ad4073e0a07a4c6a234781dc0d139584dda
Diffstat (limited to 'engine-d-standalone/pom.xml')
-rw-r--r--engine-d-standalone/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/engine-d-standalone/pom.xml b/engine-d-standalone/pom.xml
index 5a56c18..e5a84e0 100644
--- a/engine-d-standalone/pom.xml
+++ b/engine-d-standalone/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onap.holmes.engine-management</groupId>
<artifactId>holmes-engine-parent</artifactId>
- <version>1.3.7-SNAPSHOT</version>
+ <version>1.3.8-SNAPSHOT</version>
</parent>
<artifactId>holmes-engine-d-standalone</artifactId>
@@ -60,6 +60,7 @@
</executions>
<configuration>
<outputDirectory>${linux64outputdir}/lib</outputDirectory>
+ <overWriteIfNewer>true</overWriteIfNewer>
<includeScope>runtime</includeScope>
</configuration>
</plugin>
@@ -87,6 +88,9 @@
</resource>
<resource>
<directory>../engine-d/src/main/resources</directory>
+ <excludes>
+ <exclude>logback-spring.xml</exclude>
+ </excludes>
<filtering>false</filtering>
</resource>
</resources>