Skip to content

Commit fe46eee

Browse files
author
Dave Syer
committed
Exclude Maven metadata from wrapper jar
It confuses some tools when scanning for application metadata. See gh-199.
1 parent e586e6d commit fe46eee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wrapper/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<manifest>
3939
<mainClass>org.springframework.boot.loader.wrapper.ThinJarWrapper</mainClass>
4040
</manifest>
41+
<addMavenDescriptor>false</addMavenDescriptor>
4142
</archive>
4243
</configuration>
4344
</plugin>

0 commit comments

Comments
 (0)