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>
</goals>
<configuration>
<createSourcesJar>true</createSourcesJar>
<shadeSourcesContent>true</shadeSourcesContent>
<relocations>
<relocation>

View File

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