Skip to content

Maven Configuration

maven:
  enabled: true
  repository:
    - name: maven
      registry: https://repo1.maven.org/maven2
      scan-manifest: true
      scan-package: true
      work-mode: strict_wait
      url-encoded-config: true

Example settings.xml:

<settings>
  <mirrors>
    <mirror>
      <id>osa-proxy</id>
      <mirrorOf>*</mirrorOf>
      <url>https://osa-proxy.example.com/maven/</url>
    </mirror>
  </mirrors>
</settings>
Страница была полезна?