WEBBPMNEXT-9188 fix

This commit is contained in:
kochetkov 2024-07-25 16:36:56 +03:00
parent 001f8683c8
commit 827079296a
5 changed files with 7 additions and 15 deletions

View file

@ -12,7 +12,7 @@
<packaging>ear</packaging>
<properties>
<backendContext>/backend</backendContext>
<backendContext>/ervu_lkrp_ul</backendContext>
</properties>
<dependencies>
@ -46,7 +46,7 @@
<groupId>ervu_lkrp_ul.ervu_lkrp_ul</groupId>
<artifactId>backend</artifactId>
<contextRoot>${backendContext}</contextRoot>
<bundleFileName>backend.war</bundleFileName>
<bundleFileName>ervu_lkrp_ul.war</bundleFileName>
</webModule>
</modules>
</configuration>
@ -59,7 +59,7 @@
<profile>
<id>enable-version-in-url</id>
<properties>
<backendContext>/backend-${project.version}</backendContext>
<backendContext>/ervu_lkrp_ul-${project.version}</backendContext>
</properties>
</profile>
</profiles>