WEBBPMNEXT-9188 fix
This commit is contained in:
parent
c4ff31c393
commit
b4d2867032
6 changed files with 34 additions and 117 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue