Skip to content

Commit

Permalink
Merge branch 'master' into broadcastAbr
Browse files Browse the repository at this point in the history
  • Loading branch information
lastpeony committed Mar 13, 2024
2 parents a0e0363 + aa595f9 commit a85ef68
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,33 @@
</arguments>
</configuration>
</execution>
<execution>
<id>create-live-app</id>
<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>src/main/server/create_app.sh</executable>
<arguments>
<argument>live</argument>
<argument>${project.build.directory}</argument>
</arguments>
</configuration>
</execution>
<execution>
<id>show-enterprise-feature-message-live-app</id>
<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>src/main/assembly/show_enterprise_feature_message.sh</executable>
<arguments>
<argument>${project.build.directory}/webapps/live</argument>
</arguments>
</configuration>
</execution>
<execution>
<id>create-liveapp</id>
<phase>package</phase>
Expand Down Expand Up @@ -936,6 +963,20 @@
</arguments>
</configuration>
</execution>
<execution>
<id>create-live-app</id>
<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>src/main/server/create_app.sh</executable>
<arguments>
<argument>live</argument>
<argument>${project.build.directory}</argument>
</arguments>
</configuration>
</execution>
<execution>
<id>create-liveapp</id>
<phase>package</phase>
Expand Down

0 comments on commit a85ef68

Please sign in to comment.