Skip to content

Commit

Permalink
Restore variable CELLBASE.WAR.NAME #TASK-7362
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Jan 29, 2025
1 parent abda10e commit d3236aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellbase-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<artifactId>maven-war-plugin</artifactId>
<version>3.2.3</version>
<configuration>
<warName>cellbase</warName>
<warName>${CELLBASE.WAR.NAME}</warName>
<webResources>
<resource>
<directory>src/main/webapp/WEB-INF/</directory>
Expand Down

0 comments on commit d3236aa

Please sign in to comment.