Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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>nexus-releases</id>
- <username>kurnakov</username>
- <password>fk2Cn7wcUAm8tYQv</password>
- </server>
- <server>
- <id>nexus-snapshots</id>
- <username>kurnakov</username>
- <password>fk2Cn7wcUAm8tYQv</password>
- </server>
- </servers>
- <profiles>
- <profile>
- <id>install-testing-tel</id>
- <properties>
- <project.ivoice.deploy.server>http://176.118.166.207:8085/sip-steervlet</project.ivoice.deploy.server>
- <project.ivoice.deploy.login>kurnakov92</project.ivoice.deploy.login>
- <project.ivoice.deploy.password>4b7fbpo88i</project.ivoice.deploy.password>
- </properties>
- </profile>
- </profiles>
- </settings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement