We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98841e7 commit bb2c7e7Copy full SHA for bb2c7e7
1 file changed
src/assembly/bin.xml
@@ -0,0 +1,31 @@
1
+<assembly>
2
+ <id>with-dependencies</id>
3
+ <formats>
4
+ <format>zip</format>
5
+ </formats>
6
+ <dependencySets>
7
+ <dependencySet>
8
+ <unpack>false</unpack>
9
+ <scope>runtime</scope>
10
+ <outputDirectory>lib</outputDirectory>
11
+ </dependencySet>
12
+ </dependencySets>
13
+ <fileSets>
14
+ <fileSet>
15
+ <directory>${project.basedir}</directory>
16
+ <outputDirectory>/</outputDirectory>
17
+ <includes>
18
+ <include>README*</include>
19
+ <include>LICENSE*</include>
20
+ <include>CHANGELOG*</include>
21
+ </includes>
22
+ </fileSet>
23
24
+ <directory>${project.basedir}/target</directory>
25
26
27
+ <include>*.jar</include>
28
29
30
+ </fileSets>
31
+</assembly>
0 commit comments