Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Configure Maven Mirror
Configure Maven Mirror

Configure Maven Mirror

Alexander Kharkevich

|
288 installs
| (1) | Free
Configure Maven Mirror in settings.xml step
Get it free

Azure DevOps pipeline extension

Configure Maven Mirror

Configure Maven Mirror in settings.xml by pipeline step

Examples

Azure pilepines (yaml):

steps:
- task: kharkevich.azure-devops-mvn-mirror.mvn-mirror.mvn-mirror@1
  displayName: 'Maven Mirror'
  inputs:
    inputId: <Azure Artifacts Repository ID>
    inputName: <Mirror Repository Name>
    inputUrl: 'https://pkgs.dev.azure.com/<ORG>/<PROJECT>/<FEED>/maven/v1'
    inputMirrorOf: <mirrored (source) repo name> # e.g. central, or *

See http://maven.apache.org/guides/mini/guide-mirror-settings.html for more details.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft