From 3fcc2a7a85e885b2807d08d820e3c716185a7710 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 21 May 2018 15:58:38 +0100 Subject: Add ID to stability test assembly The 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 --- testsuites/stability/src/assembly/assembly.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"> + stability zip @@ -38,4 +39,4 @@ true - \ No newline at end of file + -- cgit 1.2.3-korg