summaryrefslogtreecommitdiffstats
path: root/rulemgt-frontend/assembly.xml
blob: 9a4a65d09c55a42ca7ed4276a69f6e736946c65e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<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>holmes-rulemgt-frontend</id>
  <formats>
    <format>tar.gz</format>
  </formats>
  <includeBaseDirectory>false</includeBaseDirectory>
  <fileSets>
    <fileSet>
      <directory>dist</directory>
      <outputDirectory>/iui/holmes</outputDirectory>
    </fileSet>
    <fileSet>
      <directory>src</directory>
      <outputDirectory>/iui/holmes</outputDirectory>
      <includes>
        <include>default.html</include>
      </includes>
    </fileSet>
  </fileSets>
</assembly>