github.com/kubeshop/testkube@v1.17.23/contrib/executor/maven/examples/hello-maven-settings/settings.xml (about)

     1  <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     2    xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
     3    <profiles>
     4      <profile>
     5        <id>testkube</id>
     6        <properties>
     7          <java-version>11</java-version>
     8          <junit-jupiter-version>5.7.2</junit-jupiter-version>
     9          <source-encoding>UTF-8</source-encoding>
    10        </properties>
    11      </profile>
    12    </profiles>
    13    <activeProfiles>
    14      <activeProfile>testkube</activeProfile>
    15    </activeProfiles>
    16  </settings>