Advertisement
BoberDiversant

Untitled

Feb 23rd, 2019
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.12 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  3.          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
  5.     <servers>
  6.         <server>
  7.             <id>nexus-releases</id>
  8.             <username>kurnakov</username>
  9.             <password>fk2Cn7wcUAm8tYQv</password>
  10.         </server>
  11.  
  12.         <server>
  13.             <id>nexus-snapshots</id>
  14.             <username>kurnakov</username>
  15.             <password>fk2Cn7wcUAm8tYQv</password>
  16.         </server>
  17.     </servers>
  18.  
  19.     <profiles>
  20.         <profile>
  21.             <id>install-testing-tel</id>
  22.             <properties>
  23.                 <project.ivoice.deploy.server>http://176.118.166.207:8085/sip-steervlet</project.ivoice.deploy.server>
  24.                 <project.ivoice.deploy.login>kurnakov92</project.ivoice.deploy.login>
  25.                 <project.ivoice.deploy.password>4b7fbpo88i</project.ivoice.deploy.password>
  26.             </properties>
  27.         </profile>
  28.     </profiles>
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. </settings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement