Skip to content

Commit

Permalink
Putting zip assembly back into build script for UI
Browse files Browse the repository at this point in the history
  • Loading branch information
wlaforest committed Sep 28, 2022
1 parent 997d680 commit 6378c7b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions confluent-sigma/sigma-streams-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,25 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<inherited>false</inherited>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
<descriptor>src/main/assembly/zip.xml</descriptor>
</descriptors>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 6378c7b

Please sign in to comment.