diff options
Diffstat (limited to 'rulemgt-frontend/assembly.xml')
-rw-r--r-- | rulemgt-frontend/assembly.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/rulemgt-frontend/assembly.xml b/rulemgt-frontend/assembly.xml new file mode 100644 index 0000000..ae7f726 --- /dev/null +++ b/rulemgt-frontend/assembly.xml @@ -0,0 +1,16 @@ +<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>/holmes</outputDirectory> + </fileSet> + </fileSets> +</assembly> + |