[
https://issues.apache.org/jira/browse/SLING-8692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16932078#comment-16932078
]
David Bosschaert commented on SLING-8692:
-----------------------------------------
In PR #39 I provided a proposed implementation.
It's enabled by declaring <decompress>true</decompress> on the <repository> tag.
Two remarks:
* Signed jars are not decompressed, as this will interfere with the signing.
They are just copied as-is.
* Jars embedded in other jars are also decompressed in the decompressed
container jar, unless they're signed.
[~karlpauls] WDYT?
> Slingfeature maven plugin: add option to decompress artifacts stored in the
> repository goal
> -------------------------------------------------------------------------------------------
>
> Key: SLING-8692
> URL: https://issues.apache.org/jira/browse/SLING-8692
> Project: Sling
> Issue Type: Improvement
> Components: Feature Model
> Affects Versions: slingfeature-maven-plugin 1.1.2
> Reporter: Karl Pauls
> Assignee: David Bosschaert
> Priority: Major
> Fix For: slingfeature-maven-plugin 1.1.4
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> It might be useful to have an option on the repository goal to have it store
> the artifacts in the created repository decompressed (i.e., with a zip
> compression of 0). Maybe even decompress embeded jars in case of bundles.
> That would create a bigger repository but likely mean faster start-up.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)