Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kharkevich/azure-pipelines-maven-mirror

Azure DevOps extension: Configure Maven Mirror
https://github.com/kharkevich/azure-pipelines-maven-mirror

azure azure-devops extension

Last synced: about 2 months ago
JSON representation

Azure DevOps extension: Configure Maven Mirror

Awesome Lists containing this project

README

        

# Azure DevOps pipeline extension

## Configure Maven Mirror

Configure Maven Mirror in settings.xml by pipeline step

## Examples

Azure pilepines (yaml):
```yaml
steps:
- task: kharkevich.azure-devops-mvn-mirror.mvn-mirror.mvn-mirror@1
displayName: 'Maven Mirror'
inputs:
inputId:
inputName:
inputUrl: 'https://pkgs.dev.azure.com////maven/v1'
inputMirrorOf: # e.g. central, or *
```

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