-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
In some places maven-shade-plugin is used, e.g. here: https://github.com/camunda/camunda-bpm-platform-ee/blob/master/distro/ibmWs8/service/pom.xml
But in the resulting source jar the shaded classes are not contained - so there is a mismatch between classes.jar and sources.jar.
I think this should be changed. Not completly sure - but it should be doable by a shading configurationhttp://maven.apache.org/plugins/maven-shade-plugin/shade-mojo.html#createSourcesJar
e.g.:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<createSourcesJar>true</createSourcesJar>
</configuration>
</plugin>
This is the controller panel for Smart Panels app
[CAM-1573] Add shaded classes to source jar whenever maven-shade-plugin is used
Description |
Original:
In some places maven-share-plugin is used, e.g. here: https://github.com/camunda/camunda-bpm-platform-ee/blob/master/distro/ibmWs8/service/pom.xml But in the resulting source jar the shaded classes are not contained - so there is a mismatch between classes.jar and sources.jar. I think this should be changed. Not completly sure - but it should be doable by a shading configurationhttp://maven.apache.org/plugins/maven-shade-plugin/shade-mojo.html#createSourcesJar e.g.: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <configuration> <createSourcesJar>true</createSourcesJar> </configuration> </plugin> |
New:
In some places maven-shade-plugin is used, e.g. here: https://github.com/camunda/camunda-bpm-platform-ee/blob/master/distro/ibmWs8/service/pom.xml But in the resulting source jar the shaded classes are not contained - so there is a mismatch between classes.jar and sources.jar. I think this should be changed. Not completly sure - but it should be doable by a shading configurationhttp://maven.apache.org/plugins/maven-shade-plugin/shade-mojo.html#createSourcesJar e.g.: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <configuration> <createSourcesJar>true</createSourcesJar> </configuration> </plugin> |
Fix Version/s | Original: 7.1.0 [ 12891 ] |
Rank | New: Ranked higher |
Assignee | New: Christian [ lipphardt ] |
Fix Version/s | New: 7.1.0 [ 12891 ] | |
Fix Version/s | New: 7.0.5 [ 13005 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Fix Version/s | New: 7.1.0-alpha2 [ 13190 ] |
Component/s | New: continuous integration [ 12058 ] | |
Component/s | Original: maintenance [ 11750 ] |
Workflow | Original: camunda BPM [ 25479 ] | New: Backup_camunda BPM [ 58117 ] |