File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 12
12
<packaging >pom</packaging >
13
13
<name >Spring Boot Dependencies</name >
14
14
<description >Spring Boot Dependencies</description >
15
- <url >https://projects.spring.io/spring-boot/</url >
15
+ <url >https://projects.spring.io/spring-boot/# </url >
16
16
<licenses >
17
17
<license >
18
18
<name >Apache License, Version 2.0</name >
Original file line number Diff line number Diff line change 523
523
</plugins >
524
524
</pluginManagement >
525
525
<plugins >
526
+ <plugin >
527
+ <groupId >org.codehaus.mojo</groupId >
528
+ <artifactId >build-helper-maven-plugin</artifactId >
529
+ <executions >
530
+ <execution >
531
+ <id >regex-property</id >
532
+ <goals >
533
+ <goal >regex-property</goal >
534
+ </goals >
535
+ <configuration >
536
+ <name >modulename</name >
537
+ <value >${artifactId} </value >
538
+ <regex >-</regex >
539
+ <replacement >.</replacement >
540
+ <failIfNoMatch >true</failIfNoMatch >
541
+ </configuration >
542
+ </execution >
543
+ </executions >
544
+ </plugin >
526
545
<plugin >
527
546
<groupId >org.codehaus.mojo</groupId >
528
547
<artifactId >flatten-maven-plugin</artifactId >
634
653
<artifactId >maven-jar-plugin</artifactId >
635
654
<configuration >
636
655
<archive >
656
+ <addMavenDescriptor >false</addMavenDescriptor >
637
657
<manifest >
638
- <addDefaultImplementationEntries >true </addDefaultImplementationEntries >
639
- <addDefaultSpecificationEntries >true </addDefaultSpecificationEntries >
658
+ <addDefaultImplementationEntries >false </addDefaultImplementationEntries >
659
+ <addDefaultSpecificationEntries >false </addDefaultSpecificationEntries >
640
660
</manifest >
661
+ <manifestEntries >
662
+ <Implementation-Title >${project.name} </Implementation-Title >
663
+ <Automatic-Module-Name >${modulename} </Automatic-Module-Name >
664
+ <Implementation-Version >${project.version} </Implementation-Version >
665
+ <Built-By >Spring</Built-By >
666
+ </manifestEntries >
641
667
</archive >
642
668
</configuration >
643
669
</plugin >
You can’t perform that action at this time.
0 commit comments