aboutsummaryrefslogtreecommitdiffstats
path: root/sql-resource/installer/pom.xml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-04-07 12:10:18 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-04-07 12:52:41 -0700
commitec0f99bdd24468c1f662d6fcf6e2ca29b678da73 (patch)
tree39474330ac97f6e5ce466a53c6ccd73ea6c2e16e /sql-resource/installer/pom.xml
parentf2f129f56c057854517394cc5680b02418fece7d (diff)
Fix assembly xmls for maven-assembly-plugin v2.2+
Starting in version 2.2, maven-assembly-plugin requires an id tag in the assembly descriptor xmls. This patch allows the project to be built in environments that use newer versions of maven-assembly-plugin. For details, see: https://issues.apache.org/jira/browse/MASSEMBLY-517 Change-Id: I05702244730ca0419d3250f969d9d2aed69bec00 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'sql-resource/installer/pom.xml')
-rwxr-xr-xsql-resource/installer/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql-resource/installer/pom.xml b/sql-resource/installer/pom.xml
index b6b8245..90bb4b2 100755
--- a/sql-resource/installer/pom.xml
+++ b/sql-resource/installer/pom.xml
@@ -58,6 +58,7 @@
<descriptors>
<descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor>
</descriptors>
+ <appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
<execution>
@@ -72,6 +73,7 @@
<descriptors>
<descriptor>src/assembly/assemble_installer_zip.xml</descriptor>
</descriptors>
+ <appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
</executions>