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

Set version of org.apache.maven.plugins:maven-gpg-plugin in publish script #39185

Merged
merged 2 commits into from
Mar 12, 2024

Conversation

JimSuplizio
Copy link
Member

When executing mvn gpg:sign-and-deploy-file it always just pulls the latest version of org.apache.maven.plugins:maven-gpg-plugin. On Friday, 03/08/2024, version 3.2.0 was published and it looks like our pipelines started picking this version up yesterday and we're seeing publishing failures trying to publish to the dev feed in release pipelines as well as nightly scheduled runs.

This change will allow us to set the version of org.apache.maven.plugins:maven-gpg-plugin used by the publish commands. Right now, I'm setting it back to 3.1.0 to unblock publishing until I'm able to figure out why 3.2.0 is failing. Unfortunately, the release notes for 3.2.0 are beyond unhelpful.

To test this particular change I'm going to be running the Template pipeline against this refs/merge.

@JimSuplizio JimSuplizio added the EngSys This issue is impacting the engineering system. label Mar 12, 2024
@JimSuplizio JimSuplizio self-assigned this Mar 12, 2024
@JimSuplizio
Copy link
Member Author

JimSuplizio commented Mar 12, 2024

I ran the template pipeline against the refs/merge of this PR and changes worked. I'm going to override check enforcer to get these merged in.

Note: The Update Package Version steps are going to fail when running against a refs/merge which is why the override is required.

@JimSuplizio
Copy link
Member Author

/check-enforcer override

@JimSuplizio
Copy link
Member Author

/check-enforcer evaluate

@JimSuplizio
Copy link
Member Author

@microsoft-github-policy-service rerun

1 similar comment
@JimSuplizio
Copy link
Member Author

@microsoft-github-policy-service rerun

@JimSuplizio JimSuplizio merged commit 4fb3af1 into Azure:main Mar 12, 2024
5 checks passed
@JimSuplizio JimSuplizio deleted the SetGPGPluginVer branch March 14, 2024 16:59
drielenr pushed a commit that referenced this pull request Apr 2, 2024
…cript (#39185)

* Set version of org.apache.maven.plugins:maven-gpg-plugin in publish script

* there's supposed to be a ; before the version, not a :
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EngSys This issue is impacting the engineering system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants