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 environment variable overrides in package managers #365

Merged
merged 2 commits into from
Nov 14, 2022

Conversation

jaylindquist
Copy link
Contributor

This change adds environment variable overrides for package managers. The wiki documentation implies that this works for tools like oss-download by adding a MAVEN_ENDPOINT environment variable, but the code did not support it.

Additionally, there is a change to the Maven package manager to download jars that do not have javadoc or source jars available. Previously, if one or both jars were missing the actual jar would not be downloaded as an exception was encountered and the loop exited early

Copy link
Contributor

@gfs gfs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution. LGTM.

@gfs gfs requested review from gfs and jpinz November 11, 2022 18:30
@gfs
Copy link
Contributor

gfs commented Nov 13, 2022

@jaylindquist In order to accept your contribution you either need to accept the CLA per the bot or if you are a Microsoft employee you can associate your GitHub account with the organization.

Thanks

@jaylindquist
Copy link
Contributor Author

I'm waiting on my legal department to sign off on the CLA. I'll update the PR again once I have that

@jaylindquist
Copy link
Contributor Author

@microsoft-github-policy-service agree [company="Target"]

@jaylindquist
Copy link
Contributor Author

@microsoft-github-policy-service agree company="Target"

@gfs gfs merged commit e4bfac0 into microsoft:main Nov 14, 2022
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.

2 participants