summaryrefslogtreecommitdiffstats
path: root/engine-d-standalone/pom.xml
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2023-10-30 20:08:16 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2023-10-30 12:12:20 +0000
commit084a40dc78e76177b688ac597eaf9c4d00daa158 (patch)
tree7b21a333bf615f107039a1bc27b7e53cbe9bd242 /engine-d-standalone/pom.xml
parent810f5b2fcc7eeb0d066c8ea44335d0a7ab5b857b (diff)
Updated Direct Dependencies
Issue-ID: HOLMES-633 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: Ibf6e1fd9c93c64bc22dc346d85df69a88f40976e
Diffstat (limited to 'engine-d-standalone/pom.xml')
-rw-r--r--engine-d-standalone/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/engine-d-standalone/pom.xml b/engine-d-standalone/pom.xml
index e5a84e0..289a632 100644
--- a/engine-d-standalone/pom.xml
+++ b/engine-d-standalone/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
- Copyright 2017-2020 ZTE Corporation.
+ Copyright 2017-2023 ZTE Corporation.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -126,6 +126,7 @@
<execution>
<id>linux64</id>
<configuration>
+ <tarLongFileMode>gnu</tarLongFileMode>
<descriptors>
<descriptor>linux64-assembly.xml</descriptor>
</descriptors>
@@ -134,7 +135,7 @@
</configuration>
<phase>package</phase>
<goals>
- <goal>attached</goal>
+ <goal>single</goal>
</goals>
</execution>
</executions>