Skip to content

Commit

Permalink
[netty#2058] Use correct MANIFEST.MF file for source jars
Browse files Browse the repository at this point in the history
  • Loading branch information
Norman Maurer committed Jan 20, 2014
1 parent 13f5081 commit 0f70921
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0f70921

Please sign in to comment.