File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ <assembly
2
+ xmlns=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
3
+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd" >
5
+ <id >jar-with-all-dependencies</id >
6
+ <formats >
7
+ <format >jar</format >
8
+ </formats >
9
+ <includeBaseDirectory >false</includeBaseDirectory >
10
+ <dependencySets >
11
+ <dependencySet >
12
+ <outputDirectory >/</outputDirectory >
13
+ <useProjectArtifact >true</useProjectArtifact >
14
+ <unpack >true</unpack >
15
+ <scope >runtime</scope >
16
+ </dependencySet >
17
+ <dependencySet >
18
+ <outputDirectory >/</outputDirectory >
19
+ <unpack >true</unpack >
20
+ <scope >system</scope >
21
+ </dependencySet >
22
+ </dependencySets >
23
+
24
+ </assembly >
You can’t perform that action at this time.
0 commit comments