File tree Expand file tree Collapse file tree 1 file changed +13
-33
lines changed Expand file tree Collapse file tree 1 file changed +13
-33
lines changed Original file line number Diff line number Diff line change @@ -430,39 +430,6 @@ limitations under the License.]]></inlineHeader>
430
430
</additionalSourceDirectories >
431
431
</configuration >
432
432
</plugin >
433
- <plugin >
434
- <groupId >org.codehaus.mojo</groupId >
435
- <artifactId >build-helper-maven-plugin</artifactId >
436
- <executions >
437
- <execution >
438
- <id >add-integration-test-sources</id >
439
- <phase >generate-test-sources</phase >
440
- <goals >
441
- <goal >add-test-source</goal >
442
- </goals >
443
- <configuration >
444
- <sources >
445
- <source >src/it/java</source >
446
- </sources >
447
- </configuration >
448
- </execution >
449
- <execution >
450
- <id >add-integration-test-resources</id >
451
- <phase >generate-test-resources</phase >
452
- <goals >
453
- <goal >add-test-resource</goal >
454
- </goals >
455
- <configuration >
456
- <resources >
457
- <resource >
458
- <filtering >false</filtering >
459
- <directory >src/it/resources</directory >
460
- </resource >
461
- </resources >
462
- </configuration >
463
- </execution >
464
- </executions >
465
- </plugin >
466
433
<plugin >
467
434
<groupId >com.mycila</groupId >
468
435
<artifactId >license-maven-plugin</artifactId >
@@ -630,6 +597,19 @@ limitations under the License.]]></inlineHeader>
630
597
</execution >
631
598
</executions >
632
599
</plugin >
600
+ <plugin >
601
+ <groupId >org.apache.maven.plugins</groupId >
602
+ <artifactId >maven-source-plugin</artifactId >
603
+ <version >3.2.1</version >
604
+ <executions >
605
+ <execution >
606
+ <goals >
607
+ <goal >jar-no-fork</goal >
608
+ </goals >
609
+ <phase >package</phase >
610
+ </execution >
611
+ </executions >
612
+ </plugin >
633
613
<plugin >
634
614
<artifactId >maven-gpg-plugin</artifactId >
635
615
<executions >
You can’t perform that action at this time.
0 commit comments