1
0

Generate Source Jars for bundle packages (#810)

This commit is contained in:
Balaji Varadarajan
2019-07-30 18:17:14 -07:00
committed by vinoth chandar
parent e20b77be3b
commit 6e0ff3a235
5 changed files with 5 additions and 0 deletions

View File

@@ -183,6 +183,7 @@
<goal>shade</goal>
</goals>
<configuration>
<createSourcesJar>true</createSourcesJar>
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml
</dependencyReducedPomLocation>
<relocations>

View File

@@ -167,6 +167,7 @@
<goal>shade</goal>
</goals>
<configuration>
<createSourcesJar>true</createSourcesJar>
<relocations>
<relocation>
<pattern>com.beust.</pattern>

View File

@@ -129,6 +129,7 @@
<goal>shade</goal>
</goals>
<configuration>
<createSourcesJar>true</createSourcesJar>
<relocations>
<relocation>
<pattern>com.beust.</pattern>

View File

@@ -77,6 +77,7 @@
<goal>shade</goal>
</goals>
<configuration>
<createSourcesJar>true</createSourcesJar>
<relocations>
<relocation>
<pattern>com.beust.</pattern>

View File

@@ -60,6 +60,7 @@
<goal>shade</goal>
</goals>
<configuration>
<createSourcesJar>true</createSourcesJar>
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml
</dependencyReducedPomLocation>
<artifactSet>