summaryrefslogtreecommitdiffstats
path: root/rulemgt-standalone/pom.xml
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2023-10-30 18:20:49 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2023-10-30 20:01:03 +0800
commit4656c4f34b7eef4c91ecaddee5efc48644a3333b (patch)
tree799b49f651e5a9a8a233e49e5341b0525a6022f1 /rulemgt-standalone/pom.xml
parent3bf7c480269528b81886b6d240f70e173ddde6e8 (diff)
Updated Direct Dependencies and Removed oparent
Issue-ID: HOLMES-633 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: Id61086b6eac746cd7752eeb8b2f60474bda6d024
Diffstat (limited to 'rulemgt-standalone/pom.xml')
-rw-r--r--rulemgt-standalone/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/rulemgt-standalone/pom.xml b/rulemgt-standalone/pom.xml
index e80c175..bcabe2f 100644
--- a/rulemgt-standalone/pom.xml
+++ b/rulemgt-standalone/pom.xml
@@ -176,6 +176,7 @@
<execution>
<id>linux64</id>
<configuration>
+ <tarLongFileMode>gnu</tarLongFileMode>
<descriptors>
<descriptor>linux64-assembly.xml</descriptor>
</descriptors>
@@ -184,7 +185,7 @@
</configuration>
<phase>package</phase>
<goals>
- <goal>attached</goal>
+ <goal>single</goal>
</goals>
</execution>
</executions>