Skip to content

Commit

Permalink
switched eXist app name property
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Jul 5, 2020
1 parent 86daa51 commit 1f3bd2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -13,7 +13,7 @@
<faust.diplo.server>false</faust.diplo.server> <!-- Run only the web server, don't actually convert -->
<faust.diplo.port>0</faust.diplo.port> <!-- Specify port for server, default to auto -->
<faust.diplo.debug>false</faust.diplo.debug> <!-- Debug phantomjs, produces massive output -->
<exist.app-name>faust-dev</exist.app-name>
<existAppName>faust-dev</existAppName>
</properties>

<repositories>
Expand Down Expand Up @@ -196,7 +196,7 @@
<goals><goal>single</goal></goals>
<configuration>
<descriptor>${basedir}/src/main/assembly/exist-app.xml</descriptor>
<finalName>${exist.app-name}</finalName>
<finalName>${existAppName}</finalName>
<appendAssemblyId>false</appendAssemblyId>
<attach>false</attach>
</configuration>
Expand All @@ -215,8 +215,8 @@
<goals><goal>run</goal></goals>
<configuration>
<target>
<move file="${project.build.directory}/${exist.app-name}.zip"
tofile="${project.build.directory}/${exist.app-name}.xar"/>
<move file="${project.build.directory}/${existAppName}.zip"
tofile="${project.build.directory}/${existAppName}.xar"/>
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 1f3bd2c

Please sign in to comment.