Generate source JARs for shaded dependencies

This commit is contained in:
AFaust
2020-06-05 14:34:30 +02:00
parent ad82e9dbe0
commit 30a87ac620
2 changed files with 3 additions and 0 deletions

View File

@@ -111,6 +111,7 @@
<goal>shade</goal> <goal>shade</goal>
</goals> </goals>
<configuration> <configuration>
<createSourcesJar>true</createSourcesJar>
<shadeSourcesContent>true</shadeSourcesContent> <shadeSourcesContent>true</shadeSourcesContent>
<relocations> <relocations>
<relocation> <relocation>

View File

@@ -106,6 +106,8 @@
<goal>shade</goal> <goal>shade</goal>
</goals> </goals>
<configuration> <configuration>
<createSourcesJar>true</createSourcesJar>
<shadeSourcesContent>true</shadeSourcesContent>
<relocations> <relocations>
<relocation> <relocation>
<pattern>org.keycloak</pattern> <pattern>org.keycloak</pattern>