Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for anttask p2.mirror slicingOptions #41

Merged
merged 3 commits into from
Dec 2, 2017

Conversation

hacki11
Copy link
Contributor

@hacki11 hacki11 commented Dec 2, 2017

https://wiki.eclipse.org/Equinox/p2/Ant_Tasks#SlicingOptions
e.g. setting 'latestVersionOnly' flag to reduce multiple versions for single dependencies

usage example:

p2AsMaven {
    group 'eclipse-deps', {
        repoEclipse '3.8.2'
        repo 'http://download.eclipse.org/releases/juno/'
        iu 'org.eclipse.core.jobs'
        slicingOption 'latestVersionOnly', 'true'
        repo2runnable()
    }
}

hacki11 added 3 commits December 2, 2017 20:20
https://wiki.eclipse.org/Equinox/p2/Ant_Tasks#SlicingOptions
e.g. setting 'latestVersionOnly' flag to reduce multiple versions for single dependencies
- do not re-download everything just because the empty node
@nedtwigg
Copy link
Member

nedtwigg commented Dec 3, 2017

Thanks for the contribution! I added attribution and docs here: 261de95

Would you like any changes?

@nedtwigg
Copy link
Member

Released in 3.9.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants