Skip to content

Commit

Permalink
Fix deployAppTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstein committed Mar 1, 2024
1 parent 5389b53 commit 6253f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,10 @@
<goal>deployAppTemplate</goal>
</goals>
<configuration>
<templateFile>${project.build.directory}/${project.artifactId}-sample-app.zip</templateFile>
<templateFile>${project.build.directory}/${project.artifactId}-demo-app.zip</templateFile>
<templateResources>
<templateResource>
<directory>${js.build.outputPath}/apps/sample</directory>
<directory>${js.build.outputPath}/apps/Demo</directory>
<includes>
<include>**/*</include>
</includes>
Expand Down

0 comments on commit 6253f37

Please sign in to comment.