Google Maven Repository upstream source
Azure DevOps Services | Azure DevOps Server 2022 - Azure DevOps Server 2019 | TFS 2018
With Azure Artifacts, developers can enable upstream sources to store packages from different sources such as Google Maven Repository. Once enabled, Azure Artifacts will save a copy of all the packages installed from Google Maven Repository. Azure Artifacts also support other Maven upstream sources such as Maven Central, Gradle Plugins, and JitPack.
Add Google Maven Repository
Select the
at the top right corner to navigate to Feed Settings.
Select Upstream sources.
Select Add Upstream.
Select Public source, and then select Google Maven Repository (https://maven.google.com/web/index.html) from the dropdown menu.
Select Save when you are done.
Select Save at the top right corner to save your changes.
Note
Maven snapshots are not supported with Maven upstream sources.
View saved packages
To view the packages you installed from Google Maven Repository, select the appropriate source from the dropdown menu.
Tip
If Maven is not downloading all your dependencies, run the following command from the project directory to regenerate your project's files:
mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true
Related articles
Feedback
Submit and view feedback for