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

[tycho-4.0.x] Add support for the director mojo to include the project dependencies #3237

Merged
merged 1 commit into from
Dec 12, 2023

Commits on Dec 12, 2023

  1. Add support for the director mojo to include the project dependencies

    Currently one needs to supply all repositories externally but in some
    cases it is useful to allow specify some items as maven dependencies or
    even use the current project artifact to be installed.
    
    For this purpose there is a new parameter 'includeProjectRepository'
    that generates a repository from the project artifact, attached
    artifacts and dependency artifacts and automatically pass it to the
    director
    
    (cherry picked from commit 8db1d78)
    laeubi committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    6ab0138 View commit details
    Browse the repository at this point in the history