WEBBPMNEXT-9188 fix

This commit is contained in:
kochetkov 2024-08-01 14:09:12 +03:00
parent c4ff31c393
commit b4d2867032
6 changed files with 34 additions and 117 deletions

View file

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