summaryrefslogtreecommitdiffstats
path: root/all/all-assembly-descriptor.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-03-31 11:14:44 +0300
committerVaadin Code Review <review@vaadin.com>2016-03-31 13:48:52 +0000
commitbbd3549959ca6d7fbd9a78b85c5a6fa1121e00b8 (patch)
tree1b7647834f257190ccd8bad1de374cd2d24d9f49 /all/all-assembly-descriptor.xml
parenta82561b309f62cae4bce105403343e0b73998e64 (diff)
downloadvaadin-framework-bbd3549959ca6d7fbd9a78b85c5a6fa1121e00b8.tar.gz
vaadin-framework-bbd3549959ca6d7fbd9a78b85c5a6fa1121e00b8.zip
Build vaadin-all with maven
Change-Id: I87aef5ee0b35ff8746a182192706f236afaef32d
Diffstat (limited to 'all/all-assembly-descriptor.xml')
-rw-r--r--all/all-assembly-descriptor.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/all/all-assembly-descriptor.xml b/all/all-assembly-descriptor.xml
new file mode 100644
index 0000000000..a514c5276f
--- /dev/null
+++ b/all/all-assembly-descriptor.xml
@@ -0,0 +1,24 @@
+<assembly
+ xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
+ <id>bin</id>
+ <formats>
+ <format>zip</format>
+ </formats>
+ <includeBaseDirectory>false</includeBaseDirectory>
+ <dependencySets>
+ <dependencySet>
+ <outputDirectory />
+ <useProjectArtifact>false</useProjectArtifact>
+ <unpack>false</unpack>
+ <useTransitiveDependencies>false</useTransitiveDependencies>
+ </dependencySet>
+ </dependencySets>
+ <fileSets>
+ <fileSet>
+ <outputDirectory />
+ <directory>${webcontent.dir}</directory>
+ </fileSet>
+ </fileSets>
+</assembly>