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 the director mojo to include the project dependencies #3233

Merged

Commits on Dec 11, 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
    laeubi committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    cdd8d07 View commit details
    Browse the repository at this point in the history