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