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

downgrade maven-deploy-plugin to 2.8.2 #265

Merged
merged 1 commit into from Jun 5, 2020
Merged

Commits on Jun 5, 2020

  1. downgrade maven-deploy-plugin to 2.8.2

    * also downgrades intall plugin to 2.5.2 since 3.0.0-M1 of install
    plugin requires 3.0.0-M1 of deploy plugin according to releaes notes
    https://blogs.apache.org/maven/entry/apache-maven-install-plugin-version
    
    This is required becauses some components in our build environment are
    still relying on deploy plugin 2.7.x, which prevents us from switching
    to the new 3.0.x syntax for alt*DeploymentRepository which requires
    removing the 'layout' component of the repo.
    see https://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html
    xvrl committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    0b8d46e View commit details
    Browse the repository at this point in the history