diff options
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> |