summaryrefslogtreecommitdiffstats
path: root/cps-application/pom.xml
diff options
context:
space:
mode:
authorLee Anjella Macabuhay <lee.anjella.macabuhay@est.tech>2024-02-06 14:35:04 +0000
committerGerrit Code Review <gerrit@onap.org>2024-02-06 14:35:04 +0000
commit72f2fb7eca73cc91338026c734778dd1dcba01b9 (patch)
tree30a31f3790c3a1ebe391ec61dbafe40256b682ce /cps-application/pom.xml
parent627e9cb5f6bf7ea66bba15a376bbbfc134e588d9 (diff)
parent81f61b526eb28a6633101e0e80fd377cbba20438 (diff)
Merge "Add maven classifier to Spring Boot JAR"
Diffstat (limited to 'cps-application/pom.xml')
-rw-r--r--cps-application/pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml
index b3e1fe9679..be7664aa5d 100644
--- a/cps-application/pom.xml
+++ b/cps-application/pom.xml
@@ -3,7 +3,7 @@
============LICENSE_START=======================================================
Copyright (c) 2021 Pantheon.tech.
Modifications Copyright (C) 2021 Bell Canada.
- Modifications Copyright (C) 2021-2023 Nordix Foundation
+ Modifications Copyright (C) 2021-2024 Nordix Foundation
Modifications Copyright (C) 2022 Deutsche Telekom AG
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
@@ -183,6 +183,16 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>repackage</goal>
+ </goals>
+ <configuration>
+ <classifier>springboot</classifier>
+ </configuration>
+ </execution>
+ </executions>
</plugin>
</plugins>
</build>