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

Support Maven wrapper #482

Merged
merged 3 commits into from Jun 7, 2021
Merged

Support Maven wrapper #482

merged 3 commits into from Jun 7, 2021

Conversation

yahavi
Copy link
Member

@yahavi yahavi commented May 24, 2021


Resolves #116

Add support for Maven wrapper.

Usage same as Gradle wrapper:

  • Declarative pipeline:
    rtMavenRun(
            ...
            useWrapper: true,
            ...
    )
  • Scripted pipeline:
    def rtMaven = Artifactory.newMavenBuild()
    rtMaven.useWrapper = true

@yahavi yahavi requested a review from eyalbe4 May 24, 2021 14:08
@yahavi yahavi self-assigned this May 24, 2021
@yahavi yahavi mentioned this pull request May 24, 2021
@yahavi yahavi merged commit 6bfdc1c into jfrog:master Jun 7, 2021
@yahavi yahavi deleted the mvn-wrapper branch June 7, 2021 07:40
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.

Support for maven wrapper
2 participants