[#2058] Use correct MANIFEST.MF file for source jars
This commit is contained in:
parent
13f508154a
commit
0f70921d2a
7
pom.xml
7
pom.xml
@ -470,6 +470,13 @@
|
||||
<plugin>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<version>2.2.1</version>
|
||||
<configuration>
|
||||
<!--
|
||||
~ Add generated MANIFEST.MF.
|
||||
~ See https://github.com/netty/netty/issues/2058
|
||||
-->
|
||||
<useDefaultManifestFile>true</useDefaultManifestFile>
|
||||
</configuration>
|
||||
<executions>
|
||||
<!--
|
||||
~ This workaround prevents Maven from executing the 'generate-sources' phase twice.
|
||||
|
Loading…
Reference in New Issue
Block a user