github.com/ouraigua/jenkins-library@v0.0.0-20231028010029-fbeaf2f3aa9b/integration/testdata/TestMavenIntegration/cloud-sdk-spring-archetype/settings.xml (about)

     1  <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
     2            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     3            xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
     4                        https://maven.apache.org/xsd/settings-1.0.0.xsd">
     5      <localRepository>/tmp/.m2/repository</localRepository>
     6      <interactiveMode>false</interactiveMode>
     7      <offline>false</offline>
     8  </settings>