Skip to content

Commit

Permalink
Merge pull request #27 from thomasgl-orange/createSourcesJar
Browse files Browse the repository at this point in the history
make maven-shade-plugin produce a -sources.jar file
  • Loading branch information
jglick authored May 18, 2021
2 parents 0a28e24 + 9b405ac commit f1eabfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@
</excludes>
</filter>
</filters>
<createSourcesJar>true</createSourcesJar>
<shadeSourcesContent>true</shadeSourcesContent>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit f1eabfc

Please sign in to comment.