diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-05-21 15:58:38 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-05-21 15:58:50 +0100 |
commit | 3fcc2a7a85e885b2807d08d820e3c716185a7710 (patch) | |
tree | 3a6b91a3576abc05a6297c1cc5030572d5729ce5 /testsuites/stability/src/assembly | |
parent | a3c172f26798c97bf822312ffcfdede738e44853 (diff) |
Add ID to stability test assembly
The <id/> tag was missing on the stability test assembly.xml. THis
caused the build of drools-applications to fail on Ubuntu 16.04 LTS
under maven 3.3.9.
Change-Id: I9689063068d9306e373161c15310eebe5e47a507
Issue-ID: POLICY-844
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'testsuites/stability/src/assembly')
-rw-r--r-- | testsuites/stability/src/assembly/assembly.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/stability/src/assembly/assembly.xml b/testsuites/stability/src/assembly/assembly.xml index f0ae24347..c3413797c 100644 --- a/testsuites/stability/src/assembly/assembly.xml +++ b/testsuites/stability/src/assembly/assembly.xml @@ -21,6 +21,7 @@ xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
+ <id>stability</id> <formats>
<format>zip</format>
</formats>
@@ -38,4 +39,4 @@ <filtered>true</filtered>
</fileSet>
</fileSets>
-</assembly>
\ No newline at end of file +</assembly> |