Updated to Java 11
[holmes/rule-management.git] / rulemgt-standalone / linux64-assembly.xml
index 4bb9c11..3efa765 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 
-    Copyright 2017 ZTE Corporation.
+    Copyright 2017-2020 ZTE Corporation.
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
     <id>linux64</id>
     <formats>
-        <format>zip</format>
+        <format>tar.gz</format>
     </formats>
     <includeBaseDirectory>false</includeBaseDirectory>
     <fileSets>
         <fileSet>
             <directory>target/assembly/linux64</directory>
             <outputDirectory></outputDirectory>
+            <excludes>
+                <exclude>
+                    lib/holmes-rulemgt-frontend-*.tar.gz
+                </exclude>
+            </excludes>
         </fileSet>
     </fileSets>
 </assembly>