Skip to content
Snippets Groups Projects
Commit 73aeabf9 authored by David Diederich's avatar David Diederich
Browse files

Removing settings file that was used in a previous hosting environment

The one for use with community is .mvn/community-maven.settings.xml
parent d6cb2cb1
No related branches found
No related tags found
1 merge request!1Slb ado merge
Pipeline #7136 failed
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>os-core</id>
<username>os-core</username>
<password>${VSTS_FEED_TOKEN}</password>
</server>
</servers>
</settings>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment