Add ID to stability test assembly 37/48337/1
authorliamfallon <liam.fallon@ericsson.com>
Mon, 21 May 2018 14:58:38 +0000 (15:58 +0100)
committerliamfallon <liam.fallon@ericsson.com>
Mon, 21 May 2018 14:58:50 +0000 (15:58 +0100)
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>
testsuites/stability/src/assembly/assembly.xml

index f0ae243..c341379 100644 (file)
@@ -21,6 +21,7 @@
     xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"\r
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
     xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">\r
+    <id>stability</id>
     <formats>\r
         <format>zip</format>\r
     </formats>\r
@@ -38,4 +39,4 @@
             <filtered>true</filtered>\r
         </fileSet>\r
     </fileSets>\r
-</assembly>
\ No newline at end of file
+</assembly>