Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kharkevich/azure-pipelines-maven-mirror
- Owner: kharkevich
- License: mit
- Created: 2020-12-16T11:41:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T21:55:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T00:02:17.785Z (3 months ago)
- Topics: azure, azure-devops, extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=kharkevich.azure-devops-mvn-mirror
- Size: 182 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.