summaryrefslogtreecommitdiffstats
path: root/rulemgt-frontend/assembly.xml
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-07-20 10:23:42 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-07-20 10:23:42 +0800
commit8e7f35e2f127d5b2c3691751742dc12c4fba4550 (patch)
tree286a1a8b43c2c861e75a54dbad36557618602e09 /rulemgt-frontend/assembly.xml
parent9720e7d6a706d79f50778af6a39ce6fba79955ed (diff)
Made the directory a maven project
Change-Id: I0d5c27fdeab99c79cdd95ce57916a7638f788bcd Issue-ID: HOLMES-111 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt-frontend/assembly.xml')
-rw-r--r--rulemgt-frontend/assembly.xml16
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>
+