Commit ab7780d 1 parent 33b8216 commit ab7780d Copy full SHA for ab7780d
File tree 1 file changed +0
-37
lines changed
1 file changed +0
-37
lines changed Original file line number Diff line number Diff line change 361
361
</testResource >
362
362
</testResources >
363
363
<plugins >
364
- <plugin >
365
- <groupId >org.apache.maven.plugins</groupId >
366
- <artifactId >maven-shade-plugin</artifactId >
367
- <version >3.2.1</version >
368
- <executions >
369
- <!-- Run shade goal on package phase -->
370
- <execution >
371
- <goals >
372
- <goal >shade</goal >
373
- </goals >
374
- <configuration >
375
- <artifactSet >
376
- <excludes >
377
- <exclude >junit:junit</exclude >
378
- <exclude >jmock:*</exclude >
379
- <exclude >*:xml-apis</exclude >
380
- <exclude >org.apache.maven:lib:tests</exclude >
381
- <exclude >log4j:log4j:jar:</exclude >
382
- </excludes >
383
- </artifactSet >
384
- <shadedArtifactAttached >true</shadedArtifactAttached >
385
- <filters >
386
- <filter >
387
- <artifact >*:*</artifact >
388
- <excludes >
389
- <exclude >META-INF/*.SF</exclude >
390
- <exclude >META-INF/*.DSA</exclude >
391
- <exclude >META-INF/*.RSA</exclude >
392
- <exclude >META-INF/NOTICE*</exclude >
393
- </excludes >
394
- </filter >
395
- </filters >
396
- <outputFile >${project.build.directory} \${project.build.finalName} -shaded.jar</outputFile >
397
- </configuration >
398
- </execution >
399
- </executions >
400
- </plugin >
401
364
<plugin >
402
365
<groupId >org.apache.maven.plugins</groupId >
403
366
<artifactId >maven-enforcer-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments