diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2024-02-02 12:25:47 +0000 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2024-02-06 10:22:03 +0000 |
commit | 81f61b526eb28a6633101e0e80fd377cbba20438 (patch) | |
tree | ed77debcc27219c9e204d1fe0b9961162cf82e7f /docs | |
parent | 90b28d4b0eb228fd5906dabc50e1b543f1e3afed (diff) |
Add maven classifier to Spring Boot JAR
Use a classifier so that both thin jar and spring boot jar are built.
Issue-ID: CPS-2072
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Iafa35992db09abf01b82668cde0eb75f12db7258
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index f5cef76eda..4c93dd1f4c 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -44,6 +44,13 @@ Bug Fixes Features -------- - `CPS-1824 <https://jira.onap.org/browse/CPS-1824>`_ CPS Delta between 2 anchors. + - `CPS-2072 <https://jira.onap.org/browse/CPS-2072>`_ Add maven classifier to Spring Boot JAR. + +Notes +----- +The maven build of cps-application has been changed so that the JAR produced by spring-boot-maven-plugin has a +*-springboot* classifier (`CPS-2072 <https://jira.onap.org/browse/CPS-2072>`_). This means that the filename +of the Spring Boot JAR is *cps-application-3.4.3-springboot.jar*. Version: 3.4.2 ============== |