Skip to content

Commit

Permalink
Fix #9692 making sure that new projects will create mapstore.war (#9693
Browse files Browse the repository at this point in the history
…) (#9703)
  • Loading branch information
MV88 authored Nov 20, 2023
1 parent 9e93f47 commit 63908b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/standard/templates/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</dependencies>

<build>
<finalName>__PROJECTNAME__</finalName>
<finalName>mapstore</finalName>
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
Expand All @@ -91,7 +91,7 @@
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${basedir}/target/__PROJECTNAME__</outputDirectory>
<outputDirectory>${basedir}/target/mapstore</outputDirectory>
<encoding>UTF-8</encoding>
<resources>
<resource>
Expand Down
2 changes: 1 addition & 1 deletion web/client/product/pages/RulesManager.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const urlQuery = url.parse(window.location.href, true).query;
* "containerPosition": "header",
* "className": "navbar shadow navbar-home"
* }
* }, "ManagerMenu", "Login", "Language", "NavMenu",
* }, "Home", "ManagerMenu", "Login", "Language", "NavMenu",
* "Attribution", "RulesDataGrid", "Notifications"
* ,{
* "name": "RulesEditor",
Expand Down

0 comments on commit 63908b1

Please sign in to comment.