File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 223
223
<mainClass >fr.abes.kbart2kafka.Kbart2kafkaApplication</mainClass >
224
224
</manifest >
225
225
</archive >
226
+ <descriptors >
227
+ <descriptor >src/assembly/dep.xml</descriptor >
228
+ </descriptors >
226
229
<descriptorRefs >
227
230
<descriptorRef >jar-with-dependencies</descriptorRef >
228
231
</descriptorRefs >
248
251
<include >**/*.sql</include >
249
252
<include >**/*.xml</include >
250
253
</includes >
251
- <excludes >
252
- <exclude >**/Log4j2Plugins.dat</exclude >
253
- </excludes >
254
254
</resource >
255
255
</resources >
256
256
<pluginManagement >
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.2" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2
4
+ http://maven.apache.org/xsd/assembly-1.1.2.xsd" >
5
+ <id >dep</id >
6
+ <formats >
7
+ <format >jar</format >
8
+ </formats >
9
+ <includeBaseDirectory >false</includeBaseDirectory >
10
+ <fileSets >
11
+ <fileSet >
12
+ <outputDirectory >/</outputDirectory >
13
+ <excludes >
14
+ <exclude >**/Log4j2Plugins.dat</exclude >
15
+ </excludes >
16
+ </fileSet >
17
+ </fileSets >
18
+ </assembly >
You can’t perform that action at this time.
0 commit comments