mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 05:35:51 +00:00
56 lines
1.7 KiB
XML
56 lines
1.7 KiB
XML
<settings>
|
|
<servers>
|
|
<server>
|
|
<id>ssh-repository</id>
|
|
<filePermissions>664</filePermissions>
|
|
<directoryPermissions>775</directoryPermissions>
|
|
</server>
|
|
</servers>
|
|
|
|
<proxies>
|
|
<proxy>
|
|
<active>false</active>
|
|
<protocol>http</protocol>
|
|
<host>proxy.wdf.sap.corp</host>
|
|
<port>8080</port>
|
|
<nonProxyHosts>localhost|*.sap.corp</nonProxyHosts>
|
|
</proxy>
|
|
</proxies>
|
|
|
|
<profiles>
|
|
<profile>
|
|
<id>sailing.analytics</id>
|
|
<activation>
|
|
<activeByDefault>true</activeByDefault>
|
|
</activation>
|
|
<properties>
|
|
<!-- Leave empty, if no proxy is needed in your environment! -->
|
|
<parameters.proxy>
|
|
</parameters.proxy>
|
|
<!-- Change the configuration file to the one you like to use for the tests. -->
|
|
<parameters.integration-tests>
|
|
-Dselenium.test.environment.configuration=ci-test-environment.xml -Dmongo.dbName=winddbTest -DspatialWind=true
|
|
</parameters.integration-tests>
|
|
</properties>
|
|
</profile>
|
|
|
|
<profile>
|
|
<id>use-staged-third-party-artifacts</id>
|
|
<pluginRepositories>
|
|
<pluginRepository>
|
|
<id>staged-third-party-artifacts</id>
|
|
<url>http://nexus.wdf.sap.corp:8081/nexus/content/repositories/3rd-party.releases.manual-uploads.all-closed-stages/</url>
|
|
</pluginRepository>
|
|
</pluginRepositories>
|
|
<repositories>
|
|
<repository>
|
|
<id>staged-third-party-artifacts</id>
|
|
<url>http://nexus.wdf.sap.corp:8081/nexus/content/repositories/3rd-party.releases.manual-uploads.all-closed-stages/</url>
|
|
</repository>
|
|
</repositories>
|
|
</profile>
|
|
</profiles>
|
|
</settings>
|
|
|
|
|