Skip to content

Commit

Permalink
Created assembly.xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
octopus-axonivy committed Jan 23, 2025
1 parent a839061 commit b9c22f8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions tel-search-ch-connector-demo-app/assembly.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
<id>app</id>
<formats>
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>

<dependencySets>
<dependencySet>
<includes>
<include>*:*:iar:*</include>
</includes>
</dependencySet>
</dependencySets>

<fileSets>
<fileSet>
<includes>
<include>deploy.options.yaml</include>
</includes>
</fileSet>
</fileSets>
</assembly>

0 comments on commit b9c22f8

Please sign in to comment.