Skip to content

Commit

Permalink
Merge pull request #6179 from ant-media/create-live-app-for-simplicity
Browse files Browse the repository at this point in the history
Create "live" app for the sake of simplicity
  • Loading branch information
mekya authored Mar 12, 2024
2 parents 3e1d792 + 7ec2fc6 commit aa595f9
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 aa595f9

Please sign in to comment.